Skip to content

Commit

Permalink
Working with java-ci job permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
byarger-ebay committed Apr 12, 2024
1 parent 35b8546 commit 8ee705f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Java CI
run-name: Triggering execution of Java tests
permissions:
actions: write
on:
push:
branches:
Expand All @@ -11,6 +9,11 @@ on:
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
issues: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
Expand Down

0 comments on commit 8ee705f

Please sign in to comment.