mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
maint(resources): add write permission for statuses for npm-publish
Build-bot: skip Test-bot: skip
This commit is contained in:
parent
e20eb7b4db
commit
a4779a7f93
1 changed files with 2 additions and 2 deletions
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
|
|
@ -22,8 +22,8 @@ on:
|
|||
|
||||
permissions:
|
||||
id-token: write # Required for OIDC
|
||||
contents: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
statuses: write
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue