Update release-dev.yaml

Specify permissions.
This commit is contained in:
Nick Fedor 2025-02-03 22:27:54 -07:00
parent 37afb42c5e
commit b24015e6bf
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB

View file

@ -6,6 +6,12 @@ on:
branches: branches:
- main - main
permissions:
contents: read
actions: read
packages: write
id-token: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest