Skip to content

Commit 0cabd19

Browse files
committed
give access token to the github token
1 parent 137844a commit 0cabd19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- run: echo $GITHUB_REPOSITORY_OWNER_PART
2323
- name: Cancel this build
2424
uses: andymckay/cancel-action@0.2
25+
with:
26+
token: ${{ github.token }}
2527
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART == 'OpenFactorioServerManager'
2628
test-npm:
2729
needs: [ check-double-run ]

0 commit comments

Comments
 (0)