Skip to content

Commit

Permalink
Attempt to fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 24, 2022
1 parent d3d6ed2 commit c5667fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request]

jobs:
test-release:
permissions: write-all
name: Test Release Build
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -31,6 +32,7 @@ jobs:


test-debug:
permissions: write-all
name: Test Debug Build
runs-on: windows-latest
steps:
Expand Down

0 comments on commit c5667fa

Please sign in to comment.