ci: include workflow write permission for changelog steps#2501
ci: include workflow write permission for changelog steps#2501
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2501 +/- ##
=======================================
Coverage 93.10% 93.10%
=======================================
Files 40 40
Lines 11250 11250
Branches 713 713
=======================================
Hits 10474 10474
Misses 764 764
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
|
🤔 Related to changesets/action#179 - I'm not certain what the right scopes are for updating |
|
🗣️ No scopes need to be changed from the following! node-slack-sdk/.github/workflows/release.yml Lines 18 to 19 in 6cf7f13 The order of PRs beforehand caused this - a changesets PR didn't exist since our most recent release in 39949d1 and a @dependabot merge to workflows updated a workflow step version in 0de0777 after. To fix this, I created the changeset branch from a local machine: $ git checkout -b changeset-release/main
$ npm run changeset -- version
$ git add .changeset/ packages/
$ git commit -m "chore: release"
$ git push -u origin changeset-release/mainAnd a workflow reattempt worked - #2503! We we're hoping to bring the latest changes of |
Summary
This PR fixes an issue with workflow permissions create a new changeset:
🔗 https://github.com/slackapi/node-slack-sdk/actions/runs/21659570314/job/62442776234#step:5:39
Requirements