mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
ci: add required permissions to write
This commit is contained in:
parent
9c96594abf
commit
09be27cd5b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -102,6 +102,8 @@ jobs:
|
|||
name: release
|
||||
runs-on: ubuntu-latest
|
||||
needs: compile
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue