Skip to content

Commit 4c59f1f

Browse files
committed
Rollback to EKS
1 parent f4e2789 commit 4c59f1f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/feature-branch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
open: ${{ github.event.pull_request.state == 'open' }}
2020
labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}
2121
ref: ${{ github.event.pull_request.head.ref }}
22-
spacelift-organization: ${{ github.event.repository.owner.login }}
2322
secrets:
2423
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
2524
registry: "${{ secrets.ECR_REGISTRY }}"

.github/workflows/main-branch.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
organization: "${{ github.event.repository.owner.login }}"
1515
repository: "${{ github.event.repository.name }}"
16-
spacelift-organization: ${{ github.event.repository.owner.login }}
1716
secrets:
1817
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
1918
registry: "${{ secrets.ECR_REGISTRY }}"

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
organization: "${{ github.event.repository.owner.login }}"
1515
repository: "${{ github.event.repository.name }}"
16-
spacelift-organization: ${{ github.event.repository.owner.login }}
1716
version: ${{ github.event.release.tag_name }}
1817
secrets:
1918
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)