Skip to content

Commit 34dfdf5

Browse files
PaulDuvallclaude
andcommitted
fix: use repository variable instead of secret for AWS_DEPLOYMENT_ROLE
Changed from secrets.AWS_DEPLOYMENT_ROLE to vars.AWS_DEPLOYMENT_ROLE to correctly reference the repository variable 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 500fc9d commit 34dfdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Configure AWS credentials
2828
uses: aws-actions/configure-aws-credentials@v4
2929
with:
30-
role-to-assume: ${{ secrets.AWS_DEPLOYMENT_ROLE }}
30+
role-to-assume: ${{ vars.AWS_DEPLOYMENT_ROLE }}
3131
aws-region: us-east-1
3232

3333
- name: Store NPM token in SSM

0 commit comments

Comments
 (0)