Skip to content

Commit aaa94bf

Browse files
committed
Pin release workflow
1 parent 4b5fafe commit aaa94bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ permissions:
88

99
jobs:
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 }}

0 commit comments

Comments
 (0)