fix permissions (#1119)

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2023-01-31 14:30:36 +01:00 committed by GitHub
parent 24409fe6ee
commit c14e551af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,9 @@ jobs:
delete:
name: Delete version
if: needs.find-version.outputs.version != ''
permissions:
id-token: write
contents: read
uses: ./.github/workflows/versionsapi.yml
needs: find-version
secrets: inherit