Skip to content

Commit

Permalink
Change name of role
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Dec 19, 2024
1 parent 7cea013 commit 2dba5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-create-radix-dapp-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: RDXWorks-actions/checkout@main
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: "arn:aws:iam::308190735829:role/gh-create-radix-dapp-secrets-read-access"
role_name: "arn:aws:iam::308190735829:role/gh-create-radix-app-secrets-read-access"
app_name: "create-radix-dapp"
step_name: "publish-create-radix-dapp-sdk-npmjs"
secret_prefix: "NPM"
secret_name: "github-actions/radixdlt/create-radix-dapp/npm-publishing-secret"
secret_name: "github-actions/radixdlt/create-radix-app/npm-publishing-secret"
parse_json: true
- name: Use Node.js
uses: RDXWorks-actions/setup-node@main
Expand Down

0 comments on commit 2dba5af

Please sign in to comment.