Skip to content

Commit

Permalink
Add ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Apr 2, 2024
1 parent d18d4c3 commit 784f036
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
strategy:
matrix:
include:
Expand Down Expand Up @@ -47,7 +44,7 @@ jobs:
- name: Build native image with Gradle
run: ./gradlew build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Upload JAR as an artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 784f036

Please sign in to comment.