Secrets naming
This commit is contained in:
parent
e6a3e82037
commit
f13752d8a3
10
.github/workflows/build-artifact.yaml
vendored
10
.github/workflows/build-artifact.yaml
vendored
@ -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
|
||||
#push_options: --force
|
||||
Loading…
Reference in New Issue
Block a user