Skip to content

Commit

Permalink
Merge pull request #16 from Overmuse/SR/update_actions
Browse files Browse the repository at this point in the history
[skip ci] update actions
  • Loading branch information
SebRollen authored Apr 23, 2021
2 parents 7ae684e + 0e3dc5d commit 2a3719e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Cancel actions
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
access_token: ${{ secrets.GH_TOKEN }}

fmt:
name: Rustfmt
Expand Down
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
allowUpdates: false
tag: ${{ env.IMAGE_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 2a3719e

Please sign in to comment.