Skip to content

Commit

Permalink
add permission for writing content to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed May 30, 2023
1 parent 338f4f8 commit 6e025ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -64,8 +66,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6e025ae

Please sign in to comment.