Skip to content

Commit

Permalink
add permissions for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
elisherer committed Apr 30, 2024
1 parent a3dead0 commit fd4367e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-playground-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -24,10 +25,9 @@ jobs:
- name: Setup Gradle
uses: gradle/[email protected]

- name: Run tests with Gradle
- name: Build with Gradle
uses: gradle/[email protected]
with:
# build includes tests
arguments: |
:java:playground:build
--console=plain
Expand Down

0 comments on commit fd4367e

Please sign in to comment.