diff --git a/.github/workflows/release-dev.yaml b/.github/workflows/release-dev.yaml index 60aabed..d348b6d 100644 --- a/.github/workflows/release-dev.yaml +++ b/.github/workflows/release-dev.yaml @@ -6,6 +6,12 @@ on: branches: - main +permissions: + contents: read + actions: read + packages: write + id-token: write + jobs: build: runs-on: ubuntu-latest