Skip to content

Commit

Permalink
chore: update git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Feb 5, 2024
1 parent fd0815c commit 0e150fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
spell-fmt-check:
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
Expand All @@ -27,7 +27,7 @@ jobs:
if: |
!cancelled()
&& (contains(needs.*.result, 'success') || github.event.pull_request.draft == true)
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
if: |
!cancelled()
&& (contains(needs.*.result, 'success') || github.event.pull_request.draft == true)
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
Expand All @@ -51,7 +51,7 @@ jobs:
if: |
!cancelled()
&& (contains(needs.*.result, 'success') || github.event.pull_request.draft == true)
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.github-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0e150fd

Please sign in to comment.