We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf8f2c commit 5196ac9Copy full SHA for 5196ac9
.github/workflows/publish.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: main
8
9
+env:
10
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
+
12
jobs:
13
build-and-push-image:
14
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
0 commit comments