Skip to content

Commit

Permalink
updated automation secret ref (#703)
Browse files Browse the repository at this point in the history
Signed-off-by: Disaiah Bennett <[email protected]>
  • Loading branch information
dislbenn authored May 13, 2024
1 parent c747619 commit c80616f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-sha-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
token: ${{ secrets.HUB_OPERATOR_TOKEN }}
token: ${{ secrets.BACKPLANE_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion hack/bundle-automation/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- repo_name: generate-hive-bundle
- repo_name: hive
gen_command: ./hack/bundle-automation/gen-hive-bundle.sh
branch: mce-2.6
sha: e11a23b88b31c989402ff0a79de21572bacd72e5
Expand Down

0 comments on commit c80616f

Please sign in to comment.