Skip to content

Commit d13dde0

Browse files
committed
Fixed token
1 parent ecb1d3c commit d13dde0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/actions/build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
if: ${{ steps.catalog_changed.outputs.catalog == 'true' }}
4747
uses: anothrNick/[email protected]
4848
env:
49-
GITHUB_TOKEN: ${{ env.ADMIN_TOKEN }}
49+
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
5050
WITH_V: true
5151
RELEASE_BRANCHES: ${{ inputs.RELEASE_BRANCH }}
5252
DEFAULT_BUMP: patch

.github/workflows/_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
IMAGE_REPOSITORY: ${{ steps.docker.outputs.IMAGE_REPOSITORY }}
8585
OPM_VERSION: ${{ inputs.OPM_VERSION }}
8686
env:
87-
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}
87+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Notify
9090
uses: ./.github/actions/notify

.github/workflows/push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
# uses: stakater/.github/.github/workflows/operator_push.yaml@main
1818
uses: ./.github/workflows/_push.yaml
1919
secrets:
20-
ADMIN_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2120
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
2221
CONTAINER_REGISTRY_URL: ghcr.io/stakater
2322
CONTAINER_REGISTRY_USERNAME: stakater-user

0 commit comments

Comments
 (0)