1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

trying to fix permissions for workflow

This commit is contained in:
Rene Schallner 2023-05-22 03:21:37 +02:00
parent 94010505e9
commit 0dfc7020c8

View file

@ -1,7 +1,5 @@
name: Create Release, update README, send announceybot
# we need write permission on contents for the release action
permissions: read-all|write-all
on:
push:
@ -48,6 +46,9 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
permissions:
id-token: read|write
contents: read|write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
with: