Skip to content

Commit

Permalink
try fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
theKBro committed Jul 31, 2024
1 parent ffec0cc commit 6c57df8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: build-deploy

permissions:
packages: write

on:
release:
Expand All @@ -7,8 +10,7 @@ on:
jobs:
build:
runs-on: windows-latest
permissions:
packages: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6c57df8

Please sign in to comment.