Skip to content

Commit 5196ac9

Browse files
authored
Update publish.yml
1 parent eaf8f2c commit 5196ac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: main
88

9+
env:
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
912
jobs:
1013
build-and-push-image:
1114
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name

0 commit comments

Comments
 (0)