1
0
Fork 0
mirror of synced 2026-06-05 19:25:14 +00:00

chore: revert 163b496 (#1473)

This commit is contained in:
Tom Keller 2025-09-04 16:52:28 -07:00 committed by GitHub
commit 1ec058b7a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-2
role-to-assume: ${{ vars.AWS_PACKAGING_ROLE_TO_ASSUME }}
role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }}
role-duration-seconds: 900
role-session-name: SecretsManagerFetch
- name: Get bot user token
@ -24,7 +24,7 @@ jobs:
with:
parse-json-secrets: true
secret-ids: |
${{ vars.OSDS_PACKAGING_ROLE }}
${{ secrets.OSDS_PACKAGING_ROLE }}
- name: Enable PR automerge
run: gh pr merge --auto --squash "$PR_URL"
env: