Skip to content

Commit

Permalink
fix: permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayteekay committed Aug 25, 2023
1 parent 7449bf5 commit fd655f9
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: feat/passing-tests-only
token: "${{ secrets.GIT_ACCESS_TOKEN }}"
token: "${{ secrets.GITHUB_TOKEN }}"

- name: Setup node
uses: actions/setup-node@v2
Expand Down

0 comments on commit fd655f9

Please sign in to comment.