diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index db1dcb4..a8489a9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,6 +11,10 @@ on: pull_request: branches: [main] +permissions: + contents: read + packages: write + env: VERSION: 0.8.5 BUILD_INFO: "Build:development / Workflow:${{ github.workflow }} / RunId:${{ github.run_id }} / Ref:${{ github.ref }} / SHA:${{ github.sha }} / ImageTag:${{ github.run_id }}"