From dc57c4177c2399f9afcc708754a7c560c19ac3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mrzyg=C5=82osz?= Date: Tue, 10 Sep 2024 15:35:05 +0200 Subject: [PATCH] Update capture-notes-with-shortcuts-and-github-actions.md --- .../recipes/capture-notes-with-shortcuts-and-github-actions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md b/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md index f66fd2e..3554769 100644 --- a/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md +++ b/docs/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, try adding the following as suggested in this SO accepted answer: https://stackoverflow.com/questions/75880266/cant-make-push-on-a-repo-with-github-actions + # permissions: + # contents: write steps: - uses: actions/checkout@master - uses: anglinb/foam-capture-action@main