mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
fix(build): 🐛 Give permissions to GitHub actions build
This commit is contained in:
parent
212398cadd
commit
ab36dc6616
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue