Skip to content
Open
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: 2 additions & 0 deletions .github/workflows/ci-prb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: PR Builder
permissions:
contents: read
on:
pull_request:
branches: [ main ]
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci-release-docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Doc Builder
permissions:
contents: read
on:
release:
types: [published]
permissions:
pages: write
id-token: write
jobs:
build:
name: Python Doc Builder
Expand All @@ -29,6 +28,9 @@ jobs:
with:
path: _build
deploy:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Release Builder
permissions:
contents: read
on:
release:
types: [published]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Snapshot Builder
permissions:
contents: read
on:
release:
types: [published]
Expand Down