File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,17 @@ jobs:
21
21
uses : bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.2
22
22
with :
23
23
tag_name : ${{ inputs.tag_name }}
24
- # This workflow seems to require keeping a fork of the upstream to open
25
- # PRs from.
26
24
registry_fork : re2-machine/bazel-central-registry
27
- attest : true
25
+ # NOTE: To use attest: true, we need a signed intoto.jsonl file,
26
+ # but that appears to require using
27
+ # the release_ruleset support described on
28
+ # https://github.com/bazel-contrib/publish-to-bcr?tab=readme-ov-file#attesation-support
29
+ # but that requires a release_prep.sh file,
30
+ # and an override on the test command,
31
+ # and may insist on doing the release upload of the source zip
32
+ # (which we do ourselves separately),
33
+ # and possibly more problems I didn't hit because I gave up.
34
+ attest : false # too hard to generate the intoto.jsonl file
28
35
permissions :
29
36
contents : write
30
37
id-token : write
You can’t perform that action at this time.
0 commit comments