Skip to content

Commit

Permalink
chore: revert "fix(ci): do not use reserved name"
Browse files Browse the repository at this point in the history
This reverts commit dc8ecd1.
  • Loading branch information
PoisonPhang committed Aug 13, 2024
1 parent eae9452 commit 17f14f5
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 }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
github_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
gh_token:
github_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 }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
org_token: ${{ needs.load-secrets.outputs.union-org-pat }}

create-issue:
Expand Down

0 comments on commit 17f14f5

Please sign in to comment.