Skip to content

Commit 957dd7b

Browse files
committed
Fix publish token issue
1 parent 94fd962 commit 957dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
- name: "Publish Extractor Pack"
5353
if: github.ref == 'refs/heads/main'
5454
env:
55-
GH_TOKEN: ${{ github.token }}
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
5757
./scripts/publish-extractor-pack.sh

0 commit comments

Comments
 (0)