From 3b7b8271b6e3d0addb03a7bd6f01bd541e3e9bb9 Mon Sep 17 00:00:00 2001 From: "illo.yoon" Date: Thu, 13 Apr 2023 22:01:22 +0900 Subject: [PATCH] update --- .github/workflows/releases.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index f16977c..11a08c4 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -9,12 +9,14 @@ on: env: PLUGIN_NAME: draw-harada-method # Change this to the name of your plugin-id folder +permissions: + contents: 'read' + id-token: 'write' + issues: 'write' #__This fixed the HttpError: Resource not accessible by integration + jobs: build: runs-on: ubuntu-latest - permissions: - id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout steps: - uses: actions/checkout@v2 - name: Use Node.js