Skip to content

Commit

Permalink
Merge pull request #128 from stakater/token-fix
Browse files Browse the repository at this point in the history
Token fix
  • Loading branch information
RSAK56 authored Oct 14, 2024
2 parents 8e428b9 + 49c360e commit f8cc3ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_operator_image_and_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ on:
description: "Secret to commit bundle files"
required: false

PUBLISH_TOKEN:
description: "Secret to publish bundle to stakater/certified-operators"
required: false

STAKATER_DELIVERY_SLACK_WEBHOOK:
description: "Secret to send success/failure message to slack"
required: true
Expand Down Expand Up @@ -271,7 +275,7 @@ jobs:
- name: Clone stakater/certified-operators repository
run: |
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/stakater/certified-operators.git
git clone https://${{ secrets.PUBLISH_TOKEN }}@github.com/stakater/certified-operators.git
if [ -d "certified-operators" ]; then
echo "Cloned certified-operators repository successfully."
Expand Down

0 comments on commit f8cc3ee

Please sign in to comment.