Skip to content

Commit

Permalink
Merge pull request #2022 from radixdlt/fix/reusable_workflow
Browse files Browse the repository at this point in the history
Fix the reusable action
  • Loading branch information
iamyulong authored Nov 26, 2024
2 parents 64cb2ca + b783d94 commit e209f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cargo-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: RDXWorks-actions/checkout@main
- uses: radixdlt/iac-resuable-artifacts/fetch-secrets@v0.8.0
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: "arn:aws:iam::308190735829:role/gh-common-secrets-read-access"
app_name: "radixdlt-scrypto"
Expand Down

0 comments on commit e209f44

Please sign in to comment.