We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fd962 commit 957dd7bCopy full SHA for 957dd7b
.github/workflows/publish.yml
@@ -52,6 +52,6 @@ jobs:
52
- name: "Publish Extractor Pack"
53
if: github.ref == 'refs/heads/main'
54
env:
55
- GH_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
57
./scripts/publish-extractor-pack.sh
0 commit comments