Skip to content

Commit

Permalink
ci: Change fetch secrets action
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Dec 19, 2024
1 parent 2adb47e commit c0a36b1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-create-radix-dapp-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- uses: RDXWorks-actions/checkout@main
- uses: ./.github/actions/fetch-secrets
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: "arn:aws:iam::308190735829:role/gh-create-radix-dapp-secrets-read-access"
app_name: "create-radix-dapp"
Expand All @@ -45,13 +45,6 @@ jobs:
# npm run build
# npm run test

- name: Setup tags for npm
id: setup_tags
uses: ./.github/actions/set-variables
with:
github_event_name: ${{ github.event_name }}
github_action_name: ${{ github.event.action}}

# - name: Update package.json version
# uses: RDXWorks-actions/action-set-json-field@master
# with:
Expand Down

0 comments on commit c0a36b1

Please sign in to comment.