diff --git a/.github/workflows/build-pipelines.yml b/.github/workflows/build-pipelines.yml index 3ce1105..7c43626 100644 --- a/.github/workflows/build-pipelines.yml +++ b/.github/workflows/build-pipelines.yml @@ -166,11 +166,14 @@ jobs: if: ${{ github.ref_name == 'main' }} container: zepben/pipeline-basic needs: [precheck, build-basic-pipeline, build-java-amazoncorretto] + env: + GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }} + steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ env.GITHUB_TOKEN }} - name: Work around git permission issue run: |