mirror of
https://github.com/LukeHagar/Awesome-GitHub-Profile.git
synced 2025-12-06 04:19:20 +00:00
Add write permissions to GitHub Actions workflow for README scribe
This commit is contained in:
2
.github/workflows/readme-scribe.yml
vendored
2
.github/workflows/readme-scribe.yml
vendored
@@ -8,6 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
markscribe:
|
markscribe:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|||||||
Reference in New Issue
Block a user