Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Mar 7, 2024
1 parent feda156 commit 8ad4c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
-H "Authorization: Bearer $WORKFLOW_PAT" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/cds-snc/notification-manifests/actions/workflows/rollout-k8s-staging.yaml/dispatches \
-d '{"ref":"main","inputs":{"docker_sha":"aoeueaouaeo"}}'
-d '{"ref":"main","inputs":{"docker_sha":"${GITHUB_SHA::7}"}}'
- name: my-app-install token
id: notify-pr-bot
Expand Down

0 comments on commit 8ad4c0d

Please sign in to comment.