Skip to content

Commit

Permalink
chore(workflow): permissions placement
Browse files Browse the repository at this point in the history
  • Loading branch information
raschan authored Jun 19, 2024
1 parent b35807a commit 823958c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Pull request

on: [pull_request]

permissions:
contents: write

jobs:
continuous-integration:
name: Continuous Integration
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 823958c

Please sign in to comment.