]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Fix permissions in workflow.
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 30 Aug 2023 14:51:14 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 14:51:14 +0000 (15:51 +0100)
.github/workflows/makefile.yml

index d693a81cf868d10165adee5405a757a52d155330..b04a1b6415a618181b94e756170bfa6dc9af0788 100644 (file)
@@ -7,6 +7,7 @@ on:
     branches: [ "master" ]
 
 permissions:
+  id-token: write
   pages: write
 
 jobs: