Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Jan 26, 2024
1 parent ef71a15 commit eb39148
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Gradle
name: Build Docker Image

on:
push:
Expand All @@ -7,6 +7,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
needs:
- build
permissions:
packages: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eb39148

Please sign in to comment.