I just made a new plugin for logseq: logseq-jalali
I followed the same steps as mentions in the docs (which I have already applied to my other plugin: logseq-bidi) But when I push the tag to trigger publish
workflow, the workflow fails with this error:
Create Release
Run ncipollo/release-action@v1
with:
allowUpdates: true
draft: false
prerelease: false
generateReleaseNotes: false
makeLatest: legacy
omitBody: false
omitBodyDuringUpdate: false
omitDraftDuringUpdate: false
omitName: false
omitNameDuringUpdate: false
omitPrereleaseDuringUpdate: false
removeArtifacts: false
replacesArtifacts: true
skipIfReleaseExists: false
token: ***
updateOnlyUnreleased: false
env:
PLUGIN_NAME: logseq-plugin-jalali
GITHUB_TOKEN: ***
VERSION: refs/tags/0.0.1
Error: Error 403: Resource not accessible by integration
Has anyone experienced similar issue?
Can anyone check my configurations?
I don’t have anything new to add to my previous plugin to test if it runs the workflow without issues or not.