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 bd57c28 commit 6452299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
elif [[ "${{ inputs.repo }}" == "certified-operators" ]]; then
echo "BUNDLE_PATH=bundle-redhat" >> $GITHUB_ENV
fi
echo "${{ secrets.REDHAT_TOKEN }}" >> ${{ github.workspace }}/.redhat/auths.json
cat << EOF > ${{ github.workspace }}/.redhat/auths.json
${{ secrets.REDHAT_TOKEN }}
EOF
fi
- name: validate env
Expand All @@ -51,6 +53,7 @@ jobs:
echo "$TARGET_GH_ORG"
echo "$TARGET_GH_REPO"
echo "$BUNDLE_PATH"
ls ${{ github.workspace }}/.redhat/auths.json
- name: sync fork
env:
Expand Down

0 comments on commit 6452299

Please sign in to comment.