Skip to content

Commit 76dd912

Browse files
author
Oleg
committed
Add missing GH_TOKEN env variable
1 parent 2bd10c6 commit 76dd912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
env:
143143
TAG: v${{ needs.meta.outputs.latest-version }}
144144
COMMIT: ${{ github.event.before }}
145+
GH_TOKEN: ${{ github.token }}
145146

146147
steps:
147148
- name: Checkout current head

0 commit comments

Comments
 (0)