Skip to content

Commit

Permalink
403 potential error-related comment (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrAleksander authored Sep 12, 2024
1 parent 13a340e commit a8296c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8296c2

Please sign in to comment.