mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 04:19:57 -06:00
Elevate permissions for cli workflow
This commit is contained in:
2
.github/workflows/npm-publish-cli.yml
vendored
2
.github/workflows/npm-publish-cli.yml
vendored
@@ -99,6 +99,8 @@ jobs:
|
||||
create-release:
|
||||
needs: [build-and-publish, publish-npm]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user