We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b2f7a commit 303ddf7Copy full SHA for 303ddf7
.github/workflows/_docs_release.yml
@@ -3,6 +3,10 @@ name: Release Docs (INTERNAL)
3
on:
4
workflow_call:
5
6
+permissions:
7
+ contents: read
8
+ pages: write
9
+
10
jobs:
11
deploy:
12
runs-on: ubuntu-latest
.github/workflows/_test.yml
@@ -3,6 +3,9 @@ name: Run Tests (INTERNAL)
env:
CARGO_TERM_COLOR: always
.github/workflows/docs_test.yml
@@ -7,6 +7,9 @@ on:
- docs/**
- ".github/workflows/docs_test.yml"
13
14
test-deploy:
15
0 commit comments