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 6, 2024
1 parent 3b8d303 commit 2904eca
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@e5450b11968700a5db374f4a7914e498132743b2
uses: unionlabs/workflows/.github/workflows/build.yml@02aec4666e8fe565f1393f5f2e2e6ec27fa6f7cc
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@e5450b11968700a5db374f4a7914e498132743b2
uses: unionlabs/workflows/.github/workflows/build.yml@02aec4666e8fe565f1393f5f2e2e6ec27fa6f7cc
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@e5450b11968700a5db374f4a7914e498132743b2
uses: unionlabs/workflows/.github/workflows/build.yml@02aec4666e8fe565f1393f5f2e2e6ec27fa6f7cc
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@e5450b11968700a5db374f4a7914e498132743b2
uses: unionlabs/workflows/.github/workflows/build.yml@02aec4666e8fe565f1393f5f2e2e6ec27fa6f7cc
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 @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@e5450b11968700a5db374f4a7914e498132743b2
uses: unionlabs/workflows/.github/workflows/build.yml@02aec4666e8fe565f1393f5f2e2e6ec27fa6f7cc
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@e5450b11968700a5db374f4a7914e498132743b2
uses: unionlabs/workflows/.github/workflows/build.yml@02aec4666e8fe565f1393f5f2e2e6ec27fa6f7cc
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2904eca

Please sign in to comment.