Skip to content

Commit

Permalink
Add explicit write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vallode committed May 2, 2024
1 parent f69e1e6 commit 1284955
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ on:
jobs:
update_submodules:
uses: ./.github/workflows/update-submodules.yml
permissions:
contents: write

update_definitions:
needs: update_submodules
uses: ./.github/workflows/update-definitions.yml
permissions:
contents: write

upload:
name: Upload definitions
needs: [update_submodules, update_definitions]
runs-on: ubuntu-22.04
steps:
- name: Clone definitions
Expand Down

0 comments on commit 1284955

Please sign in to comment.