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 3131 steps :
3232 - name : Install Devolv silently
3333 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
3535 shell : bash
3636
3737 - name : Run Devolv tool
Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ def main():
167167 print ("permissions:" )
168168 print (" contents: write" )
169169 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" )
172173 print (" with:" )
173174 print (f" role-to-assume: arn:aws:iam::{ account_id } :role/{ role_name } " )
174175 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