We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec75059 commit 63e3f09Copy full SHA for 63e3f09
.github/workflows/publish-cargo-crates.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: selfhosted-ec2-ubuntu-22-2core
18
steps:
19
- uses: RDXWorks-actions/checkout@main
20
+ - name: Setup environment
21
+ uses: ./.github/actions/setup-env
22
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
23
with:
24
role_name: "arn:aws:iam::308190735829:role/gh-common-secrets-read-access"
0 commit comments