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 bc6154e commit 5e10ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
elif [[ "${{ inputs.repo }}" == "certified-operators" ]]; then
echo "BUNDLE_PATH=bundle-redhat" >> $GITHUB_ENV
fi
printf "$REDHAT_TOKEN" > ~/.redhat/auths.json
touch ${{ github.workspace }}/.redhat/auths.json
echo "$REDHAT_TOKEN" >> ${{ github.workspace }}/.redhat/auths.json
fi
- name: validate env
Expand Down

0 comments on commit 5e10ab7

Please sign in to comment.