Skip to content

Commit

Permalink
Bugfix: build.yml had readonly permission for workflow
Browse files Browse the repository at this point in the history
Could not upload release binaries.
  • Loading branch information
peterdey authored Dec 21, 2024
1 parent 5d6a6ef commit 77c4c07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ env:
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release

permissions:
contents: read

jobs:
build:
runs-on: windows-latest
Expand Down

0 comments on commit 77c4c07

Please sign in to comment.