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 8ad4c0d commit 6f152e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
DOCKER_SLUG: public.ecr.aws/v6b8u5o6/notify-api
KUBECTL_VERSION: '1.23.6'
WORKFLOW_PAT: ${{ secrets.WORKFLOW_GITHUB_PAT }}
DOCKER_SHA: ${GITHUB_SHA::7}

permissions:
id-token: write # This is required for requesting the OIDC JWT
Expand Down Expand Up @@ -45,7 +46,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":"${GITHUB_SHA::7}"}}'
-d '{"ref":"main","inputs":{"docker_sha":"$DOCKER_SHA"}}'
- name: my-app-install token
id: notify-pr-bot
Expand Down

0 comments on commit 6f152e6

Please sign in to comment.