File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616 name : Release nginx configs and image
1717 runs-on : ubuntu-24.04
1818 timeout-minutes : 30
19+ # This environment is tied to the AWS Role assumed by this workflow.
20+ # The Role will only allow to be assumed if the workflow is set with this environment.
21+ # We also have additional protection rules on this environment.
22+ environment : publish-nginx
1923 permissions :
2024 id-token : write
2125 contents : read
3337
3438 - name : Extract version from tag
3539 id : version
36- run : echo "version=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
40+ # run: echo "version=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
41+ run : echo "version=test1" >> $GITHUB_OUTPUT
3742
3843 - name : Configure AWS credentials (OIDC)
3944 uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
You can’t perform that action at this time.
0 commit comments