diff --git a/.github/workflows/publish-community-operators-base.yml b/.github/workflows/publish-community-operators-base.yml index 4ada30ba7..b6ef45ebf 100644 --- a/.github/workflows/publish-community-operators-base.yml +++ b/.github/workflows/publish-community-operators-base.yml @@ -44,7 +44,7 @@ jobs: elif [[ "${{ inputs.repo }}" == "certified-operators" ]]; then echo "BUNDLE_PATH=bundle-redhat" >> $GITHUB_ENV fi - echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json + echo "$REDHAT_TOKEN" > ~/.redhat/auths.json fi - name: validate env