Commit fb2bdfa
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.1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 82 | | |
88 | 83 | | |
89 | 84 | | |
| |||
0 commit comments