File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1212
1313permissions :
1414 contents : read
15- packages : write
1615
1716jobs :
1817 build :
Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313
14+ permissions :
15+ packages : write
16+ id-token : write # Required to authenticate with OIDC for AWS
17+
1418jobs :
1519 deploy :
1620 continue-on-error : true
Original file line number Diff line number Diff line change 5151 needs : jar-build
5252 permissions :
5353 contents : read
54- packages : write
5554 uses : ./.github/workflows/docker_build.yml
5655 secrets : inherit
5756 with :
6160 docker-deploy :
6261 needs : [jar-build, docker-build]
6362 permissions :
64- contents : read # To read secrets
65- id-token : write # This is required for requesting the JWT
6663 packages : write
64+ id-token : write # Required to authenticate with OIDC for AWS
6765 uses : ./.github/workflows/docker_publish.yml
6866 secrets : inherit
6967 with :
Original file line number Diff line number Diff line change 5757 needs : release
5858 permissions :
5959 contents : read
60- packages : write
6160 uses : ./.github/workflows/docker_build.yml
6261 secrets : inherit
6362 with :
6766 docker-deploy :
6867 needs : [release, docker-build]
6968 permissions :
70- contents : read # To read secrets
71- id-token : write # This is required for requesting the JWT
7269 packages : write
70+ id-token : write # Required to authenticate with OIDC for AWS
7371 uses : ./.github/workflows/docker_publish.yml
7472 secrets : inherit
7573 with :
You can’t perform that action at this time.
0 commit comments