diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-11 20:19:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 20:19:12 +0000 |
| commit | bca8a2031a288146da1c715ab076903bdd5990a3 (patch) | |
| tree | 48d3d27b43a94fae176cd381e034148ad96c6c2d | |
| parent | 56d0b2145c619593a8040105572b0cf587014df7 (diff) | |
| download | decky-installer-bca8a2031a288146da1c715ab076903bdd5990a3.tar.gz decky-installer-bca8a2031a288146da1c715ab076903bdd5990a3.zip | |
add write permissions to release actionv1.3.2
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc484b4..5bfa2ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,10 @@ on: - minor - major +permissions: + contents: write + + jobs: release: runs-on: ubuntu-latest |
