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 1, 2024
1 parent b135770 commit 81c5e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 }}
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:

jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@8fc676c637bba1d23e43ef542827938cd58bfb3d
uses: unionlabs/workflows/.github/workflows/build.yml@633c0e5a03bece44ab1de70736e8a44ebf9b22c7
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 81c5e06

Please sign in to comment.