Skip to content

Commit

Permalink
Merge branch 'main' of github.com:advanced-security/codeql-extractor-iac
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Aug 14, 2023
2 parents 547225a + ce48dca commit b72f176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Extractor"
env:
GH_TOKEN: ${{ github.token }}
run: |
./scripts/create-extractor-pack.sh
- name: "Publish Extractor Pack"
# if: github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ github.token }}
run: |
./scripts/publish-extractor-pack.sh

0 comments on commit b72f176

Please sign in to comment.