Skip to content

Commit

Permalink
chore/update-gh-token (#66)
Browse files Browse the repository at this point in the history
This supports canaries using latest build (within PR)
  • Loading branch information
andrewwylde authored Dec 15, 2023
1 parent ce38c15 commit 3de5fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.API_OPS_GH_PAT }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.PORTAL_JS_SDK_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PRIVATE_PUBLISH }}
run: |
Expand Down

0 comments on commit 3de5fba

Please sign in to comment.