Skip to content

Commit 24cb9bc

Browse files
author
Oleg
committed
Add missing env variables
1 parent ff8e5ad commit 24cb9bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
env:
2727
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
TARGET: ${{ github.sha }}
29+
GH_REPOSITORY: ${{ github.repository }}
30+
TAG: test
2931
run: >
3032
gh api
3133
--method POST

0 commit comments

Comments
 (0)