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 2856139 commit 68dea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [[ ${{ inputs.community_repo }} == false ]]; then
mkdir ~/.redhat
echo ${{ secrets.REDHAT_TOKEN }} | base64 --decode | jq > ~/.redhat/auths.json
echo -n "${{ secrets.REDHAT_TOKEN }}" | base64 --decode > ~/.redhat/auths.json
ls ~/.redhat/auths.json
du -sh ~/.redhat/auths.json
Expand Down

0 comments on commit 68dea6e

Please sign in to comment.