summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-11 20:19:12 +0000
committerGitHub <noreply@github.com>2023-01-11 20:19:12 +0000
commitbca8a2031a288146da1c715ab076903bdd5990a3 (patch)
tree48d3d27b43a94fae176cd381e034148ad96c6c2d /.github/workflows/main.yml
parent56d0b2145c619593a8040105572b0cf587014df7 (diff)
downloaddecky-installer-bca8a2031a288146da1c715ab076903bdd5990a3.tar.gz
decky-installer-bca8a2031a288146da1c715ab076903bdd5990a3.zip
add write permissions to release actionv1.3.2
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
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