Skip to content

Commit f4b76ce

Browse files
authored
Add permissions to actions that did not have them (#535)
1 parent 305778c commit f4b76ce

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/lint-markdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on: [push, pull_request]
33

44
jobs:
55
Markdown:
6+
permissions:
7+
contents: write
8+
actions: read
69
runs-on: ubuntu-latest
710
steps:
811
- uses: actions/checkout@v2

.github/workflows/rich-codex-screenshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: rich-codex-screenshot
22
on: workflow_dispatch
33
jobs:
44
rich_codex:
5+
permissions:
6+
contents: write
7+
actions: read
58
runs-on: ubuntu-latest
69
steps:
710

0 commit comments

Comments
 (0)