Skip to content

Commit

Permalink
fix: github.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Oct 23, 2024
1 parent 9f3cb2e commit 1547dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ jobs:
curl -X POST \
-H "Authorization: token ${{ secrets.ACTIONS_PAT }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/<owner>/<repo>/actions/workflows/publish.yml/dispatches \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/publish.yml/dispatches \
-d '{"ref": "main", "inputs": {"sha": "${{ github.sha }}", "tag": "${{ github.ref }}"}}'
#
# deploy-staging-preprod:
# permissions:
# id-token: write
Expand Down

0 comments on commit 1547dae

Please sign in to comment.