Skip to content

Commit

Permalink
using github token
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 3, 2019
1 parent 31c8bfd commit 4387494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew publish
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4387494

Please sign in to comment.