Skip to content

Commit

Permalink
chore: token
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Feb 22, 2021
1 parent 375d2a5 commit d8d35cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
if: github.event.inputs.dry_run == 'false'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
branch: ${{ github.ref }}
tags: true
# release
- uses: actions/create-release@v1
if: github.event.inputs.dry_run == 'false'
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
with:
tag_name: ${{ env.GIT_TAG }}
release_name: ${{ env.GIT_TAG }}
Expand Down

0 comments on commit d8d35cd

Please sign in to comment.