From aff6bd56ad8b5c9304b8eb9d02cad28ee9c3cf38 Mon Sep 17 00:00:00 2001 From: "Wenjian(Michael) Shi" <61084115+Micsushi@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:36:33 -0600 Subject: [PATCH] bug fix --- .github/workflows/github-action-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) 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