Skip to content

Commit

Permalink
add stuff (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Oct 24, 2022
1 parent 356d88c commit 80f0918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bats-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: "Create Parsers badge"
uses: schneegans/[email protected]
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'crowdsecurity' }}
with:
auth: ${{ secrets.GIST_BADGES_SECRET }}
gistID: ${{ secrets.GIST_BADGES_ID }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dispatch_ci_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
if: ${{ github.repository_owner == 'crowdsecurity' }}
with:
token: ${{ secrets.DISPATCH_TOKEN }}
event-type: trigger_ci_hub
Expand Down

0 comments on commit 80f0918

Please sign in to comment.