mirror of
https://github.com/symfony/ux.git
synced 2026-03-24 00:02:21 +01:00
[CI] Update permissions to allow pushing changes to the repository during NPM release
https://github.com/symfony/ux/actions/runs/23216748609/job/67479440402
This commit is contained in:
2
.github/workflows/release-on-npm.yaml
vendored
2
.github/workflows/release-on-npm.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
permissions:
|
||||
id-token: write # Required for OIDC
|
||||
contents: read
|
||||
contents: write # Required to push changes to the repository
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user