Skip to content

Commit 26cde8a

Browse files
committed
Add pages write premission to token
1 parent bd92937 commit 26cde8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stats.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
generate-and-deploy:
1212
runs-on: ubuntu-latest
1313

14+
permissions:
15+
contents: write
16+
pages: write
17+
id-token: write
18+
1419
steps:
1520
- name: Checkout repository
1621
uses: actions/checkout@v4

0 commit comments

Comments
 (0)