Skip to content

Commit b72f176

Browse files
committed
Merge branch 'main' of github.com:advanced-security/codeql-extractor-iac
2 parents 547225a + ce48dca commit b72f176

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: "Build Extractor"
14+
env:
15+
GH_TOKEN: ${{ github.token }}
1416
run: |
1517
./scripts/create-extractor-pack.sh
1618
1719
- name: "Publish Extractor Pack"
1820
# if: github.ref == 'refs/heads/main'
21+
env:
22+
GH_TOKEN: ${{ github.token }}
1923
run: |
2024
./scripts/publish-extractor-pack.sh

0 commit comments

Comments
 (0)