File tree Expand file tree Collapse file tree 5 files changed +3
-64
lines changed Expand file tree Collapse file tree 5 files changed +3
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 do :
15- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs- app-feature-branch.yml@deploy-ecs
15+ uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-feature-branch.yml@main
1616 with :
1717 organization : " ${{ github.event.repository.owner.login }}"
1818 repository : " ${{ github.event.repository.name }}"
2424 github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
2525 registry : " ${{ secrets.ECR_REGISTRY }}"
2626 secret-outputs-passphrase : " ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
27- spacelift-api-key-id : ${{ secrets.SPACELIFT_API_KEY_ID }}
28- spacelift-api-key-secret : ${{ secrets.SPACELIFT_API_KEY_SECRET }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 do :
12- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs- app-main-branch.yml@deploy-ecs
12+ uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-main-branch.yml@main
1313 with :
1414 organization : " ${{ github.event.repository.owner.login }}"
1515 repository : " ${{ github.event.repository.name }}"
1818 github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
1919 registry : " ${{ secrets.ECR_REGISTRY }}"
2020 secret-outputs-passphrase : " ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
21- spacelift-api-key-id : ${{ secrets.SPACELIFT_API_KEY_ID }}
22- spacelift-api-key-secret : ${{ secrets.SPACELIFT_API_KEY_SECRET }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 perform :
12- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs- app-release.yml@deploy-ecs
12+ uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
1313 with :
1414 organization : " ${{ github.event.repository.owner.login }}"
1515 repository : " ${{ github.event.repository.name }}"
1919 github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
2020 registry : " ${{ secrets.ECR_REGISTRY }}"
2121 secret-outputs-passphrase : " ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
22- spacelift-api-key-id : ${{ secrets.SPACELIFT_API_KEY_ID }}
23- spacelift-api-key-secret : ${{ secrets.SPACELIFT_API_KEY_SECRET }}
You can’t perform that action at this time.
0 commit comments