Skip to content

Commit

Permalink
Fix CI by configuring permissions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Aug 15, 2022
1 parent 28d96d7 commit c545fca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
build:
name: Build
runs-on: ubuntu-20.04

permissions:
contents: write # tests create releases
packages: read

steps:
- name: Checkout
uses: actions/checkout@v3.0.2
Expand Down

0 comments on commit c545fca

Please sign in to comment.