From f13752d8a342e2497d81d4ee7637a3e6c4520df8 Mon Sep 17 00:00:00 2001 From: AlexanderNtk <96421433+AlexanderNtk@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:31:51 +0500 Subject: [PATCH] Secrets naming --- .github/workflows/build-artifact.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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