feat: allow github publish action permission to mint id-token

This commit is contained in:
Karol Sójko 2023-11-27 09:22:22 +01:00
parent e836abdef7
commit fc53dab007
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -4,6 +4,9 @@ on:
push:
branches: [ main ]
permissions:
id-token: write
jobs:
build:
if: contains(github.event.head_commit.message, 'chore(release)') == false