diff --git a/.github/workflows/build-artifact.yaml b/.github/workflows/build-artifact.yaml index b54824ef..f7a1c455 100644 --- a/.github/workflows/build-artifact.yaml +++ b/.github/workflows/build-artifact.yaml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'saage-tech/aws-infra' - token: ${{ secrets.READ_ST }} + token: ${{ secrets.UPDATE_TGL }} - name: Download uses: actions/download-artifact@v4 @@ -105,7 +105,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'saage-tech/aws-infra' - token: ${{ secrets.READ_ST }} + token: ${{ secrets.UPDATE_TGL }} - name: Download uses: actions/download-artifact@v4 @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'saage-tech/aws-infra' - token: ${{ secrets.READ_ST }} + token: ${{ secrets.UPDATE_TGL }} - name: Download uses: actions/download-artifact@v4 @@ -189,7 +189,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'saage-tech/terragrunt-live-sgenetwork' - token: ${{ secrets.UPDATE_ST }} + token: ${{ secrets.UPDATE_TGL }} - name: Replace AMI IDs env: @@ -233,4 +233,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Automated Change - PingPub update - push_options: --force \ No newline at end of file + #push_options: --force \ No newline at end of file