Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: Bespok3d/b3-builder@main
- uses: Bespok3d/b3-builder@76d815a56dc5708b3d0c3a587fc2b027deca4640 # main @ 2026-07-21
with:
unit: repo
bake: 'true'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ jobs:
with:
fetch-depth: 0 # full history so the index.json push can rebase on a concurrent update

- uses: Bespok3d/b3-builder@main
- uses: Bespok3d/b3-builder@76d815a56dc5708b3d0c3a587fc2b027deca4640 # main @ 2026-07-21
with:
unit: repo
# Per-repo Actions secret today (GitHub Free cannot org-secret private repos); becomes ONE org
# secret every repo inherits when the repos go public. See b3-builder README (secrets model).
signing-key: ${{ secrets.REGISTRY_SIGNING_KEY }}
bake: 'true'
atom-repo: ${{ github.repository }}
list-name: 'Reference Python Plugins'
list-publisher: 'PLACEHOLDER'
list-publisher: '679939555819fb5f6423dc68c4388e76bfa9b4e0'
list-ref-name: 'Reference Python Plugins'
main-index-repo: Bespok3d/main-index
# Per-repo Actions secret today (GitHub Free cannot org-secret private repos); becomes ONE org
Expand Down
Loading