Skip to content

Commit 3f2fd6c

Browse files
committed
add aws account id
1 parent baef7d8 commit 3f2fd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-crossplane.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Configure AWS Credentials
5050
uses: aws-actions/configure-aws-credentials@v4
5151
with:
52-
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-${{ inputs.service_name }}-role
52+
role-to-assume: arn:aws:iam::279707217826:role/github-actions-${{ inputs.service_name }}-role
5353
role-session-name: ga-${{ inputs.service_name }}
5454
aws-region: eu-central-1
5555
-

0 commit comments

Comments
 (0)