File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 46
46
if : ${{ steps.catalog_changed.outputs.catalog == 'true' }}
47
47
uses :
anothrNick/[email protected]
48
48
env :
49
- GITHUB_TOKEN : ${{ env.ADMIN_TOKEN }}
49
+ GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
50
50
WITH_V : true
51
51
RELEASE_BRANCHES : ${{ inputs.RELEASE_BRANCH }}
52
52
DEFAULT_BUMP : patch
Original file line number Diff line number Diff line change 84
84
IMAGE_REPOSITORY : ${{ steps.docker.outputs.IMAGE_REPOSITORY }}
85
85
OPM_VERSION : ${{ inputs.OPM_VERSION }}
86
86
env :
87
- ADMIN_TOKEN : ${{ secrets.ADMIN_TOKEN }}
87
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
88
89
89
- name : Notify
90
90
uses : ./.github/actions/notify
Original file line number Diff line number Diff line change 17
17
# uses: stakater/.github/.github/workflows/operator_push.yaml@main
18
18
uses : ./.github/workflows/_push.yaml
19
19
secrets :
20
- ADMIN_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
20
SLACK_WEBHOOK_URL : ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
22
21
CONTAINER_REGISTRY_URL : ghcr.io/stakater
23
22
CONTAINER_REGISTRY_USERNAME : stakater-user
You can’t perform that action at this time.
0 commit comments