Skip to content

Commit

Permalink
Correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoobdude authored Dec 16, 2024
1 parent df3c41d commit b142053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildexe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest]

permissions:
contents: write

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -59,6 +56,9 @@ jobs:
needs: build-py-to-bin
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b142053

Please sign in to comment.