Skip to content

Commit

Permalink
fix(ci): setup permissions set for github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Oct 25, 2024
1 parent 197231e commit 7a2618b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: CI

on: pull_request

permissions:
actions: write
checks: write
contents: write
issues: write
pull-requests: write
statuses: write

jobs:
build:
strategy:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Danger Action

on: [pull_request]

permissions:
actions: write
checks: write
contents: write
issues: write
pull-requests: write
statuses: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a2618b

Please sign in to comment.