Skip to content

Commit

Permalink
Update docker-build-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Dec 6, 2024
1 parent 73cf472 commit 20526c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ concurrency:
jobs:
updateNotebooks:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 20526c4

Please sign in to comment.