From 58891ecaaaa55a7829f7f56c6667292d4e0c4578 Mon Sep 17 00:00:00 2001 From: Nate Wang Date: Sun, 10 Mar 2024 11:45:52 +0800 Subject: [PATCH] Add write permission --- .github/workflows/publish-examples.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-examples.yaml b/.github/workflows/publish-examples.yaml index 4c5d23b..1a4d150 100644 --- a/.github/workflows/publish-examples.yaml +++ b/.github/workflows/publish-examples.yaml @@ -11,6 +11,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +permissions: + contents: write # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build"