Skip to content

Commit b84b7a7

Browse files
author
berndgassmann
authored
Update check_documentation.yml
1 parent 6d4ea2e commit b84b7a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check_documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches: main
88

99
permissions:
10-
contents: write
11-
10+
contents: read
11+
1212
jobs:
1313
documentationjob:
14+
permissions:
15+
contents: write
1416

1517
name: Build and Test Documentation
1618
runs-on: ubuntu-22.04
@@ -55,7 +57,5 @@ jobs:
5557
overwrite: true
5658

5759
- name: Documentation Deployment (Test)
58-
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
run: |
6161
if [ ${{ github.event_name }} != 'pull_request' ]; then bash .github/workflows/deploy_documentation.sh true; else bash .github/workflows/deploy_documentation.sh false; fi

0 commit comments

Comments
 (0)