Skip to content

Commit

Permalink
Update template-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Feb 19, 2024
1 parent aeb8cd8 commit df32e6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ env:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
Expand Down

0 comments on commit df32e6f

Please sign in to comment.