Skip to content

Commit 0a282f9

Browse files
committed
test permissions
1 parent 36edb0d commit 0a282f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
build:
1818
name: Build and Deploy Documentation
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: 'read'
22+
id-token: 'write'
2023
steps:
2124
- name: Checkout Master
2225
uses: actions/checkout@v3
@@ -31,6 +34,10 @@ jobs:
3134
python -m pip install --upgrade pip
3235
pip install mkdocs-material
3336
37+
- name: Check
38+
run: |
39+
pwd
40+
ls -la
3441
- name: Deploy
3542
uses: actions/deploy-pages@v1
3643
# with:

0 commit comments

Comments
 (0)