File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 31
31
steps :
32
32
- name : Install Devolv silently
33
33
run : |
34
- python -m pip install --quiet --disable-pip-version-check devolv==0.2.39
34
+ python -m pip install --quiet --disable-pip-version-check devolv==0.2.40
35
35
shell : bash
36
36
37
37
- name : Run Devolv tool
Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ def main():
167
167
print ("permissions:" )
168
168
print (" contents: write" )
169
169
print (" issues: write" )
170
- print (" pull-requests: write\n " )
171
- print ("- uses: aws-actions/configure-aws-credentials@v2" )
170
+ print (" pull-requests: write" )
171
+ print (" id-token: write\n " )
172
+ print ("- uses: aws-actions/configure-aws-credentials@v4" )
172
173
print (" with:" )
173
174
print (f" role-to-assume: arn:aws:iam::{ account_id } :role/{ role_name } " )
174
175
print (" aws-region: <your-region> # Replace with your AWS region (e.g. us-east-1)" )
You can’t perform that action at this time.
0 commit comments