Skip to content

Commit

Permalink
feat(publishing): Checkout repo using spinnakerbot PAT (#9512)
Browse files Browse the repository at this point in the history
hopefully this allows 'git push [tag]' to trigger a second github action workflow
  • Loading branch information
christopherthielen committed Jul 23, 2021
1 parent 1652238 commit b4cb711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: '${{ secrets.SPINNAKERBOT_PERSONAL_ACCESS_TOKEN }}'

- name: Use Node.js 12.16.0
uses: actions/setup-node@v1
Expand All @@ -23,8 +24,6 @@ jobs:

- name: git - tag bumped packages
id: tag
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 b4cb711

Please sign in to comment.