File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ permissions:
88
99jobs :
1010 perform :
11- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
11+ uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs- app-release.yml@deploy-ecs
1212 with :
1313 organization : " ${{ github.event.repository.owner.login }}"
1414 repository : " ${{ github.event.repository.name }}"
15- version : ${{ github.event.release.tag_name }}
15+ spacelift-organization : ${{ github.event.repository.owner.login }}
1616 secrets :
1717 github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
1818 registry : " ${{ secrets.ECR_REGISTRY }}"
1919 secret-outputs-passphrase : " ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
20+ spacelift-api-key-id : ${{ secrets.SPACELIFT_API_KEY_ID }}
21+ spacelift-api-key-secret : ${{ secrets.SPACELIFT_API_KEY_SECRET }}
You can’t perform that action at this time.
0 commit comments