Skip to content

Commit f4e63b4

Browse files
committed
add secrets
1 parent def5b72 commit f4e63b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ jobs:
190190
uses: aws-actions/configure-aws-credentials@v4
191191
with:
192192
aws-region: "us-east-1"
193-
role-to-assume: "arn:aws:iam::257442868231:role/static-website/orchestrator"
193+
role-to-assume: ${{ secrets.AWS_ROLE }}
194194
role-session-name: "GHA_to_AWS_via_OIDC_for_orchestrator"
195195
- name: Upload to S3
196196
run: |
197-
aws s3 sync dist/ s3://apt-repo.oniudra.cc/tools/
197+
aws s3 sync dist/ s3://${{ secrets.AWS_BUCKET }}/tools/

0 commit comments

Comments
 (0)