mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(build): 🐛 Give permissions to GitHub actions build
This commit is contained in:
parent
212398cadd
commit
ab36dc6616
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -10,6 +10,10 @@ on:
|
|||
# Default to truncated commit hash
|
||||
default: "0.0.0"
|
||||
|
||||
permissions:
|
||||
# For provenance generation
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
# Build job
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue