We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b276598 commit 6b6bf70Copy full SHA for 6b6bf70
1 file changed
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
publish:
14
runs-on: ubuntu-latest
15
permissions:
16
- contents: write
+ contents: read
17
packages: write
18
steps:
19
- name: Checkout
@@ -24,19 +24,5 @@ jobs:
24
with:
25
publish-features: "true"
26
base-path-to-features: "./src"
27
- generate-docs: "true"
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
-
31
- - name: Open PR for generated documentation
32
- uses: peter-evans/create-pull-request@v6
33
- with:
34
- token: ${{ secrets.GITHUB_TOKEN }}
35
- title: "docs: update generated feature READMEs"
36
- commit-message: "docs: update generated feature READMEs"
37
- branch: automated-feature-docs
38
- delete-branch: true
39
- body: |
40
- Automated update of generated feature documentation.
41
42
- Triggered by ${{ github.sha }} on ${{ github.ref }}.
0 commit comments