summaryrefslogtreecommitdiff
path: root/.github/workflows/pyinstaller-release.yaml
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-26 22:06:12 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-26 22:06:12 -0500
commiteecd150bc7012562cd28ed3140b5dd3fd04cf637 (patch)
treeff6ded65b2deeded77ca2383451d0cbf67361240 /.github/workflows/pyinstaller-release.yaml
parent18abed6f86b1241147e853c86f9a731fb9f3d26d (diff)
downloadimmich-frame-eecd150bc7012562cd28ed3140b5dd3fd04cf637.tar.xz
immich-frame-eecd150bc7012562cd28ed3140b5dd3fd04cf637.zip
add write permissions to actions
Diffstat (limited to '.github/workflows/pyinstaller-release.yaml')
-rw-r--r--.github/workflows/pyinstaller-release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pyinstaller-release.yaml b/.github/workflows/pyinstaller-release.yaml
index da3596f..b3c1402 100644
--- a/.github/workflows/pyinstaller-release.yaml
+++ b/.github/workflows/pyinstaller-release.yaml
@@ -97,6 +97,8 @@ jobs:
release:
needs: pyinstaller
runs-on: ubuntu-latest
+ permissions:
+ contents: write
steps:
- name: Checkout
uses: actions/checkout@v4