Another attempt at this
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 23:51:24 +0000 (00:51 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 23:51:24 +0000 (00:51 +0100)
.github/workflows/auto-release.yml
.github/workflows/release.yml

index 584662abcfaab6cccb55bc5d5f9adc8da7f2a409..f60b7d4fca54e6cbf2257a44bd6c92dbcf7aa565 100644 (file)
@@ -241,6 +241,7 @@ jobs:
     needs: check-and-release
     if: needs.check-and-release.outputs.should_release == 'true'
     permissions:
+      actions: write
       contents: write
       pull-requests: read
       packages: write
index 28abf8e81176da37f40474c909e54d7917a337d4..1314ffe6c962cfaa06326537efe0635d1128fb02 100644 (file)
@@ -1,7 +1,3 @@
-permissions:
-  actions: write
-  contents: write
-
 name: Create Release
 
 on: