Skip to content

Commit

Permalink
Merge pull request #13 from hatsu38/feature/fix_environment
Browse files Browse the repository at this point in the history
GITHUB_TOKEN->ACCESS_TOKEN
  • Loading branch information
hatsu38 committed Aug 22, 2021
2 parents c963c90 + 7826f5b commit 4d8534b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -25,4 +25,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 4d8534b

Please sign in to comment.