File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 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 }}
23
22
secrets :
24
23
github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
25
24
registry : " ${{ secrets.ECR_REGISTRY }}"
Original file line number Diff line number Diff line change 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 }}
17
16
secrets :
18
17
github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
19
18
registry : " ${{ secrets.ECR_REGISTRY }}"
Original file line number Diff line number Diff line change 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 }}
17
16
version : ${{ github.event.release.tag_name }}
18
17
secrets :
19
18
github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
You can’t perform that action at this time.
0 commit comments