Skip to content

Commit

Permalink
Add pr write perm
Browse files Browse the repository at this point in the history
  • Loading branch information
csnewman committed Jan 20, 2024
1 parent 85549f2 commit 40eeab3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
branches: [ master ]

permissions:
pull-requests: write
contents: write

jobs:
linux_amd64:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 40eeab3

Please sign in to comment.