Skip to content

Commit

Permalink
Fork BCR from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 10, 2024
1 parent 90fba92 commit a1133f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout BCR
uses: actions/[email protected]
with:
repository: illicitonion/bazel-central-registry
repository: bazelbuild/bazel-central-registry
token: ${{ secrets.BCR_GITHUB_TOKEN }}
path: bazel-central-registry
ref: refs/heads/openssl-base
ref: refs/heads/main
- run: python3 generate.py --bcr_dir=$(pwd)/bazel-central-registry --overlay_tar_path=$(pwd)/bazel-openssl-cc-${{github.ref_name}}.tar.gz --tag=${{github.ref_name}}
- run: cd bazel-central-registry && git checkout -b prep-${{github.ref_name}} && git add . && git commit -m "Release openssl ${{github.ref_name}}" && git push -u origin prep-${{github.ref_name}} && gh pr create --title "Add openssl ${{github.ref_name}}" --body "" --repo bazelbuild/bazel-central-registry
env:
Expand Down

0 comments on commit a1133f4

Please sign in to comment.