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