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 e06368b commit 49a3d23
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 @@ -13,7 +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}
DOCKER_SHA: ${{ GITHUB_SHA::7 }}

permissions:
id-token: write # This is required for requesting the OIDC JWT
Expand Down

0 comments on commit 49a3d23

Please sign in to comment.