Skip to content

Commit

Permalink
fix(ci): Adjust permissions for workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 4, 2024
1 parent 05ce0a8 commit 2be18de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-by-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
rfr_add_date:
name: "Post merge-by date as comment"
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v7
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/merge-by-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
rfr_add_date:
name: "Build table and notify users"
runs-on: ubuntu-latest
permissions:
discussions: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 2be18de

Please sign in to comment.