From b24015e6bfab0c0e5e666ed255ff9e8ad4ccecd8 Mon Sep 17 00:00:00 2001 From: Nick Fedor <71477161+nicholas-fedor@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:27:54 -0700 Subject: [PATCH] Update release-dev.yaml Specify permissions. --- .github/workflows/release-dev.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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