diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 954c8b8..a8ba367 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,9 @@ jobs: build: if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Checkout code