Skip to content

Commit

Permalink
Use secret gh token for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen authored Jun 21, 2021
1 parent bcf3580 commit a3db23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Cancel actions
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
access_token: ${{ secrets.GH_TOKEN }}

test:
name: Test
Expand Down

0 comments on commit a3db23e

Please sign in to comment.