Skip to content

Commit

Permalink
fix: GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mul14 committed Sep 5, 2024
1 parent 9066415 commit bbbcd56
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 @@ -81,5 +81,5 @@ jobs:
git push
env:
GITHUB_TOKEN: ${{ secrets.TARGET_REPO_TOKEN }}
GITHUB_USER: ${{ secrets.TARGET_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USER: ${{ secrets.TARGET_USERNAME }}

0 comments on commit bbbcd56

Please sign in to comment.