Skip to content

Commit 2aea2aa

Browse files
committed
Fix permissions on GitHub Actions workflow [skip ci]
1 parent c62000b commit 2aea2aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build, QA, Release
22

33
on: push
44

5+
permissions:
6+
pages: write
7+
id-token: write
8+
59
jobs:
610
build_font:
711
uses: notofonts/notobuilder/.github/workflows/build.yaml@main

0 commit comments

Comments
 (0)