Skip to content

Commit

Permalink
pio-release.yaml: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Feb 17, 2023
1 parent fa35212 commit a45448a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pio-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
major: ${{ steps.get_version.outputs.major }}
minor: ${{ steps.get_version.outputs.minor }}
patch: ${{ steps.get_version.outputs.patch }}
permissions:
contents: write
build:
needs: version
uses: ./.github/workflows/pio-build.yaml
Expand Down

0 comments on commit a45448a

Please sign in to comment.