Skip to content

Commit

Permalink
Use same token between checkout and push.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jan 13, 2022
1 parent 620e9a3 commit a1fb6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: '16'
Expand Down

0 comments on commit a1fb6a0

Please sign in to comment.