diff --git a/.github/workflows/common-service-pipeline.yml b/.github/workflows/common-service-pipeline.yml index e9a81b76..d31c76b3 100644 --- a/.github/workflows/common-service-pipeline.yml +++ b/.github/workflows/common-service-pipeline.yml @@ -18,6 +18,6 @@ jobs: - name: Build and Publish Maven env: - GITHUB_TOKEN: ${{github.token}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: | . servicedeploy.sh \ No newline at end of file