From e71ad8aed45700811e7ad6e3058ea0c718b90048 Mon Sep 17 00:00:00 2001 From: codenio Date: Sun, 12 Oct 2025 14:22:17 +0530 Subject: [PATCH] fix release action permissions --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 47c2388..2555840 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,9 @@ jobs: build: name: Build and publish runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - uses: francois2metz/steampipe-plugin-build-push-action@v0 env: