Skip to content

Commit

Permalink
small fix to permissions and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Jun 30, 2024
1 parent 61d8d4f commit 7f8183a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_nano_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build_and_publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/publish_version_change.yml
publish-images:
runs-on: ubuntu-latest
needs: [run-tests, bump-version]
needs: [run-tests, bump-version, build-nano]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7f8183a

Please sign in to comment.