File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,18 @@ permissions:
11
11
contents : read
12
12
13
13
jobs :
14
- perform :
15
- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-feature-branch.yml@main
14
+ do :
15
+ uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs- app-feature-branch.yml@deploy-ecs
16
16
with :
17
17
organization : " ${{ github.event.repository.owner.login }}"
18
18
repository : " ${{ github.event.repository.name }}"
19
19
open : ${{ github.event.pull_request.state == 'open' }}
20
20
labels : ${{ toJSON(github.event.pull_request.labels.*.name) }}
21
21
ref : ${{ github.event.pull_request.head.ref }}
22
+ spacelift-organization : ${{ github.event.repository.owner.login }}
22
23
secrets :
23
24
github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
24
25
registry : " ${{ secrets.ECR_REGISTRY }}"
25
26
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 }}
Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ permissions:
8
8
id-token : write
9
9
10
10
jobs :
11
- perform :
12
- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-main-branch.yml@main
11
+ do :
12
+ uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs- app-main-branch.yml@deploy-ecs
13
13
with :
14
14
organization : " ${{ github.event.repository.owner.login }}"
15
15
repository : " ${{ github.event.repository.name }}"
16
+ spacelift-organization : ${{ github.event.repository.owner.login }}
16
17
secrets :
17
18
github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
18
19
registry : " ${{ secrets.ECR_REGISTRY }}"
19
20
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 }}
You can’t perform that action at this time.
0 commit comments