Skip to content

Commit

Permalink
fix(ci): use required secret
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 14, 2024
1 parent 66d60e2 commit f5e8e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: unionlabs/workflows/.github/workflows/build.yml@8fdbd5d131725a503e1e8c7a415edf6726da25c5
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.UNION_ORG_PAT }}
access-tokens: github.com=${{ secrets.github-token }}
org_token: ${{ secrets.org_token }}
with:
filter_builds: |
(
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
org_token: ${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.UNION_ORG_PAT }}

create-issue:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5e8e4e

Please sign in to comment.