]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Allow write permissions for release (#230)
authorSimon Cozens <simon@simon-cozens.org>
Thu, 15 May 2025 14:14:59 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Thu, 15 May 2025 14:14:59 +0000 (15:14 +0100)
.github/workflows/publish-release.yml

index f36759d39cd07c06babe77cfe762250e6e7e6cd5..9426204b9c74db7eef2c569659c94630d37d7570 100644 (file)
@@ -9,6 +9,8 @@ jobs:
   build:
     name: Build distribution
     runs-on: ubuntu-latest
+    permissions:
+        content: write
     steps:
       - uses: actions/checkout@v4
         with:
@@ -77,4 +79,4 @@ jobs:
         uses: pypa/gh-action-pypi-publish@v1.8.14
         with:
           # repository-url: https://test.pypi.org/legacy/ # for testing purposes
-          verify-metadata: false # twine previously didn't verify metadata when uploading
\ No newline at end of file
+          verify-metadata: false # twine previously didn't verify metadata when uploading