Skip to content

Commit

Permalink
Updating deploy script with write content permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
byarger-ebay committed Apr 12, 2024
1 parent 82156bb commit dbf7370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Set up Java for publishing to Maven Central Repository
Expand Down

0 comments on commit dbf7370

Please sign in to comment.