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:
8
8
9
9
jobs :
10
10
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
12
12
with :
13
13
organization : " ${{ github.event.repository.owner.login }}"
14
14
repository : " ${{ github.event.repository.name }}"
15
- version : ${{ github.event.release.tag_name }}
15
+ spacelift-organization : ${{ github.event.repository.owner.login }}
16
16
secrets :
17
17
github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
18
18
registry : " ${{ secrets.ECR_REGISTRY }}"
19
19
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