Skip to content

Commit c50bf18

Browse files
Granting write permissions to the github_token
1 parent 363792f commit c50bf18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-report.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
name: Publish jest report
1+
name: Publish Jest Report
22

33
on:
4-
# Runs on pushes targeting the default branch
54
push:
65
branches: ["main"]
7-
8-
# Allows you to run this workflow manually from the Actions tab
96
workflow_dispatch:
107

8+
permissions:
9+
contents: write
1110

1211
jobs:
1312
test:

0 commit comments

Comments
 (0)