ci: Remove left-over permissions setting from tag job
This has been replaced by using the SSH key.
This commit is contained in:
@@ -59,8 +59,6 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
vars.RELEASE_ENABLED &&
|
vars.RELEASE_ENABLED &&
|
||||||
startsWith(github.ref, 'refs/heads/')
|
startsWith(github.ref, 'refs/heads/')
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- docs
|
- docs
|
||||||
|
|||||||
Reference in New Issue
Block a user