We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def5b72 commit f4e63b4Copy full SHA for f4e63b4
.github/workflows/release.yml
@@ -190,8 +190,8 @@ jobs:
190
uses: aws-actions/configure-aws-credentials@v4
191
with:
192
aws-region: "us-east-1"
193
- role-to-assume: "arn:aws:iam::257442868231:role/static-website/orchestrator"
+ role-to-assume: ${{ secrets.AWS_ROLE }}
194
role-session-name: "GHA_to_AWS_via_OIDC_for_orchestrator"
195
- name: Upload to S3
196
run: |
197
- aws s3 sync dist/ s3://apt-repo.oniudra.cc/tools/
+ aws s3 sync dist/ s3://${{ secrets.AWS_BUCKET }}/tools/
0 commit comments