ci: give CI job permission to publish binaries to the release

Otherwise it fails on `gh release upload` step.
This commit is contained in:
link2xt
2024-05-15 19:43:25 +00:00
parent 97d2812644
commit 38c1caf180

View File

@@ -273,7 +273,9 @@ jobs:
runs-on: "ubuntu-latest"
permissions:
id-token: write
contents: read
# Needed to publish the binaries to the release.
contents: write
steps:
- uses: actions/checkout@v4
with: