Skip to content

Commit

Permalink
build: update to use token
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Mar 29, 2020
1 parent b14dfb6 commit 0cf65db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
REPOSITORIES: |
${{github.repository}}
DRY_RUN: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_NO_SCOPES }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
FOO: ${{github.run_id}}
FOOBAR: BAZ
Expand All @@ -49,4 +49,4 @@ jobs:
"@semantic-release/git
"@semantic-release/github
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cf65db

Please sign in to comment.