Skip to content

Commit

Permalink
fix(ci): do not use reserved name
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 13, 2024
1 parent 23cefc9 commit dc8ecd1
Show file tree
Hide file tree
Showing 3 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 @@ -25,5 +25,5 @@ jobs:
uses: ./.github/workflows/e2e.yml
secrets:
nixbuild_token: ${{ needs.load-secrets.outputs.nixbuild-token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
org_token: ${{ needs.load-secrets.outputs.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 @@ -6,7 +6,7 @@ on:
secrets:
nixbuild_token:
required: true
github_token:
gh_token:
required: true
org_token:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/e2e.yml
secrets:
nixbuild_token: ${{ needs.load-secrets.outputs.nixbuild-token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
org_token: ${{ needs.load-secrets.outputs.union-org-pat }}

create-issue:
Expand Down

0 comments on commit dc8ecd1

Please sign in to comment.