Skip to content

Commit

Permalink
fix env issue
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Jan 14, 2024
1 parent ea91ea3 commit fa04a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: run e2e test
env:
GITHUB_USER: ${{ secrets.FLUX_USER }}
GITHUB_TOKEN: ${{ secrets.FLUX_USER }}
GITHUB_TOKEN: ${{ secrets.FLUX_TOKEN }}
run: bash test/e2e-test.sh

0 comments on commit fa04a9e

Please sign in to comment.