Skip to content

Commit 6e025ae

Browse files
committed
add permission for writing content to repository
1 parent 338f4f8 commit 6e025ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ on:
2424

2525
jobs:
2626
build:
27-
runs-on: ubuntu-latest
2827
name: Update this repo's README with recent activity
28+
runs-on: ubuntu-latest
29+
permissions:
30+
contents: write
2931

3032
steps:
3133
- uses: actions/checkout@v2
@@ -64,8 +66,10 @@ on:
6466
6567
jobs:
6668
build:
67-
runs-on: ubuntu-latest
6869
name: Update this repo's README with recent activity
70+
runs-on: ubuntu-latest
71+
permissions:
72+
contents: write
6973
7074
steps:
7175
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)