Skip to content

Commit 31daefb

Browse files
committed
Added GH env variable
Signed-off-by: swastik959 <[email protected]>
1 parent 6406af7 commit 31daefb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add_new_versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
if: ${{ env.pr_exist == 'false' && env.PR_TITLE != '' }}
6969
env:
7070
NEW_VERSIONS: ${{ env.NEW_VERSIONS }}
71+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
7172
run: |
7273
python -u workflow_scripts/gen-new-version-files.py
7374

0 commit comments

Comments
 (0)