-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use the default github secret for changeset (#1754)
### What does it do? Changesets github action has been failing with a 403 using the env var: GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }} This PR changes the release yaml to use the repository default so the github actions runner can create the commits, branches and pull requests that it needs
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@strapi/design-system': patch | ||
'@strapi/icons': patch | ||
'@strapi/ui-primitives': patch | ||
--- | ||
|
||
change github action to use default github secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters