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 dbf7370 commit bff0305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
tags:
- '*'
permissions:
contents: write
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 bff0305

Please sign in to comment.