]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update token permissions to comment deployment URL in docs (#11917)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 29 Jul 2024 23:09:18 +0000 (18:09 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 23:09:18 +0000 (23:09 +0000)
.github/workflows/deploy-docs.yml

index 6de36e408005225f3dec5c4a0596e8ae67b1e663..0f2fb4a5a7f86ee423ae60a6a5c8bbc189fd9e3b 100644 (file)
@@ -7,6 +7,7 @@ on:
       - completed
 permissions:
   deployments: write
+  issues: write
 
 jobs:
   deploy-docs: