mirror of
https://github.com/yildbs/obsidian-harada-method-plugin.git
synced 2026-07-22 07:40:28 +00:00
update
This commit is contained in:
parent
02c5e89a98
commit
3b7b8271b6
1 changed files with 5 additions and 3 deletions
8
.github/workflows/releases.yml
vendored
8
.github/workflows/releases.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue