Skip to content

Configure AWS for local development: An error occurred (AccessDenied) when calling the ListBuckets operation: User: arn:aws:sts::<...>:assumed-role/AWSReservedSSO_amplify-policy_<...>/amplify-admin is not authorized to perform: s3:ListAllMyBuckets because no identity-based policy allows the s3:ListAllMyBuckets action #3315

Configure AWS for local development: An error occurred (AccessDenied) when calling the ListBuckets operation: User: arn:aws:sts::<...>:assumed-role/AWSReservedSSO_amplify-policy_<...>/amplify-admin is not authorized to perform: s3:ListAllMyBuckets because no identity-based policy allows the s3:ListAllMyBuckets action

Configure AWS for local development: An error occurred (AccessDenied) when calling the ListBuckets operation: User: arn:aws:sts::<...>:assumed-role/AWSReservedSSO_amplify-policy_<...>/amplify-admin is not authorized to perform: s3:ListAllMyBuckets because no identity-based policy allows the s3:ListAllMyBuckets action #3315

name: issue-pending-response
on:
issue_comment:
types: [created]
permissions:
issues: write
jobs:
issue_commented:
if: ${{ !github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'pending-response') }}
runs-on: ubuntu-latest
steps:
- uses: siegerts/pending-author-response@409a63bf27370ba9a0e98e8d5fbda7a12398d456 # version 1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pending-response-label: pending-response