diff --git a/.bcr/config.yml b/.bcr/config.yml deleted file mode 100644 index cf71473b7..000000000 --- a/.bcr/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -# See https://github.com/bazel-contrib/publish-to-bcr#a-note-on-release-automation -fixedReleaser: - login: jbedard - email: jason@aspect.build diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 764b684eb..bec5d3e62 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,4 +31,4 @@ jobs: id-token: write secrets: # Necessary to push to the BCR fork, and to open a pull request against a registry - publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }} + publish_token: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}