Skip to content

Commit 6db149a

Browse files
Grant access to token
1 parent 45bee1a commit 6db149a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
ci:
1212
name: CI
1313
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: write
16+
contents: write
1417
steps:
1518
- uses: actions/checkout@v2
1619
- uses: XAMPPRocky/deploy-mdbook@v1.1

0 commit comments

Comments
 (0)