Skip to content

Commit

Permalink
fix(publishing): set github token for pushing tags using an env varia…
Browse files Browse the repository at this point in the history
…ble (#9502)
  • Loading branch information
christopherthielen committed Jul 22, 2021
1 parent 1ded9f8 commit 20e1135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: git - tag bumped packages
id: tag
with:
token: '${{ secrets.SPINNAKERBOT_PERSONAL_ACCESS_TOKEN }}'
env:
GITHUB_TOKEN: '${{ secrets.SPINNAKERBOT_PERSONAL_ACCESS_TOKEN }}'
run: |
git config user.name spinnakerbot
git config user.email spinnakerbot@spinnaker.io
Expand Down

0 comments on commit 20e1135

Please sign in to comment.