Skip to content

Commit

Permalink
add env var for github action (#2550)
Browse files Browse the repository at this point in the history
* add env var for action workflow

* Update prepare-auto-release-branch.yml
  • Loading branch information
msyyc authored Apr 29, 2024
1 parent 7f49cc2 commit 8a0c6ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-auto-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:

- name: Create release branch
run: node ./eng/publish.mjs
env:
GITHUB_TOKEN: ${{secrets.CUSTOM_GITHUB_TOKEN}}

0 comments on commit 8a0c6ff

Please sign in to comment.