Skip to content

Commit

Permalink
chore: new secret
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 14, 2024
1 parent 495aa2a commit 66d60e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
org_token: ${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.UNION_ORG_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.UNION_ORG_PAT }}
with:
filter_builds: |
(
Expand Down

0 comments on commit 66d60e2

Please sign in to comment.