Update capture-notes-with-shortcuts-and-github-actions.md

This commit is contained in:
Piotr Mrzygłosz 2024-09-10 15:35:05 +02:00 committed by GitHub
parent 1f6c9c19a1
commit dc57c4177c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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