Skip to content

Commit

Permalink
ci: add permission: write for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 24, 2023
1 parent 738be01 commit e14edf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trigger_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
description: 'The SQL INSERT statement to include in the PR'
required: true

permissions:
contents: write

env:
PUSH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit e14edf1

Please sign in to comment.