Skip to content

Commit 892e1bb

Browse files
committed
Remove id-token:write permission
1 parent 77357a1 commit 892e1bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/apidocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- published
77
# Allow running this workflow manually from the Actions tab
88
workflow_dispatch:
9+
push:
10+
branches:
11+
- kpavlov/apidocs
912

1013
jobs:
1114
deploy:
1215

1316
permissions:
1417
pages: write # to deploy to Pages
15-
id-token: write # to verify the deployment originates from an appropriate source
1618

1719
environment:
1820
name: github-pages

0 commit comments

Comments
 (0)