There was an error while loading. Please reload this page.
1 parent dc969b1 commit 81c75c9Copy full SHA for 81c75c9
1 file changed
.github/workflows/main.yml
@@ -43,12 +43,13 @@ jobs:
43
tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
45
46
-
47
48
deploy-cloudformation:
49
name: Deploy CloudFormation Stack
50
runs-on: ubuntu-latest
51
needs: build-image
+ permissions:
+ contents: read
52
+ id-token: write
53
steps:
54
- uses: actions/checkout@v3
55
0 commit comments