Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent 02f3cca commit a1fa0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
shell: bash
run: |
if [[ "${{ !inputs.community_repo }}" ]]; then
mkdir ${{ github.workspace }}/.redhat
echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json
mkdir ~/.redhat
echo "$REDHAT_TOKEN" > ~/.redhat/auths.json
make -C ./tmp bundle-redhat
fi
mkdir operators/$OPERATOR_DIR/$VERSION
Expand Down

0 comments on commit a1fa0ed

Please sign in to comment.