Skip to content

Commit a8296c2

Browse files
403 potential error-related comment (#1393)
1 parent 13a340e commit a8296c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/user/recipes/capture-notes-with-shortcuts-and-github-actions.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ on:
2929
jobs:
3030
store_data:
3131
runs-on: ubuntu-latest
32+
# 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)
33+
# permissions:
34+
# contents: write
3235
steps:
3336
- uses: actions/checkout@master
3437
- uses: anglinb/foam-capture-action@main

0 commit comments

Comments
 (0)