diff --git a/.github/workflows/github-action-pipeline.yml b/.github/workflows/github-action-pipeline.yml index 423ab6c..b6e3a2b 100644 --- a/.github/workflows/github-action-pipeline.yml +++ b/.github/workflows/github-action-pipeline.yml @@ -98,6 +98,9 @@ jobs: needs: [build_push_docker] if: github.ref == 'refs/heads/deployment' runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Checkout uses: actions/checkout@v4