diff --git a/docs/user/recipes/capture-notes-with-shortcuts-and-github-actions.md b/docs/user/recipes/capture-notes-with-shortcuts-and-github-actions.md index f66fd2e91..ff49fbca8 100644 --- a/docs/user/recipes/capture-notes-with-shortcuts-and-github-actions.md +++ b/docs/user/recipes/capture-notes-with-shortcuts-and-github-actions.md @@ -29,6 +29,9 @@ on: jobs: store_data: runs-on: ubuntu-latest + # If you encounter a 403 error from a workflow run, try uncommenting the following 2 lines (taken from: https://stackoverflow.com/questions/75880266/cant-make-push-on-a-repo-with-github-actions accepted answer) + # permissions: + # contents: write steps: - uses: actions/checkout@master - uses: anglinb/foam-capture-action@main