- commit
- 5e6acb8e6abefce6076c869be198ee735d044485
- parent
- bd2fb6cd108fde8e1119b72cf4a14229adbedc93
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-01-08 16:49
github-actions: restrict permissions
Diffstat
| M | .github/workflows/main.yml | 2 | ++ |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -4,6 +4,8 @@ on: 4 4 jobs: 5 5 build: 6 6 runs-on: ubuntu-latest -1 7 permissions: -1 8 contents: write 7 9 steps: 8 10 - uses: actions/checkout@v4 9 11 - run: |