diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-26 22:06:12 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-26 22:06:12 -0500 |
| commit | eecd150bc7012562cd28ed3140b5dd3fd04cf637 (patch) | |
| tree | ff6ded65b2deeded77ca2383451d0cbf67361240 /.github/workflows/pyinstaller-release.yaml | |
| parent | 18abed6f86b1241147e853c86f9a731fb9f3d26d (diff) | |
| download | immich-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.yaml | 2 |
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 |
