Skip to content

Commit

Permalink
ci: Change role and secret for crates token
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Dec 17, 2024
1 parent 45bd944 commit 4e42f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-cargo-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: ./.github/actions/setup-env
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: "arn:aws:iam::308190735829:role/gh-common-secrets-read-access"
role_name: ${{ secrets.AWS_SCRYPTO_RELEASE_SECRET_ROLE }}
app_name: "radixdlt-scrypto"
step_name: "publish-crate"
secret_prefix: "CRATES"
secret_name: "arn:aws:secretsmanager:eu-west-2:308190735829:secret:github-actions/common/cratesio-token-IjOP4n"
secret_name: ${{ secrets.AWS_CRATES_TOKEN_SECRET_PATH }}
parse_json: true
- name: Publish crates
run: |
Expand Down

0 comments on commit 4e42f63

Please sign in to comment.