Skip to content

Commit fb2bdfa

Browse files
authored
Remove AWS auth from publish npm step (#310)
### TL;DR Removed AWS authentication step from the npm publish workflow. ### What changed? Removed the "Authenticate to AWS" step from the GitHub Actions workflow that publishes packages to npmjs. This step was using the AWS credentials configuration action and assuming a specific IAM role which we don't need since we switched to Trusted Publishing.
2 parents baa9a7e + 602b85c commit fb2bdfa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
name: Build and publish 📦 to npmjs
8080
runs-on: ubuntu-latest
8181
steps:
82-
- name: Authenticate to AWS
83-
uses: aws-actions/configure-aws-credentials@v4
84-
with:
85-
aws-region: us-east-1
86-
role-to-assume: arn:aws:iam::403483446840:role/autogen_github_actions_beta_release_asana_node_client_library
8782
- uses: actions/checkout@v4
8883
with:
8984
fetch-depth: 0

0 commit comments

Comments
 (0)