You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the BYOB (a.k.a delegator) workflows, you will need to update the tag of the [slsa-framework/example-trw](https://github.com/slsa-framework/example-trw/) repository:
562
+
563
+
1. Update the references to the tag and send a PR:
564
+
565
+
```bash
566
+
bash update-main-to-tag.sh "${BUILDER_TAG}"
567
+
```
568
+
569
+
2. Cut a release with tag `${BUILDER_TAG}`.
570
+
571
+
3. Update the references back to main and send a PR:
572
+
573
+
```bash
574
+
bash update-tag-to-main.sh "${BUILDER_TAG}"
575
+
```
576
+
577
+
Then, for each of the GHA builders, you will need to:
562
578
563
579
1. Generate binaries and provenance in
564
580
[example-package](https://github.com/slsa-framework/example-package) using
0 commit comments