Skip to content

Commit

Permalink
pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Nov 1, 2023
1 parent ff9a9d7 commit ec90a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: |
./gradlew publishAllPublicationsToGitHubPackagesRepository
echo ::set-output name=exit_code::$?
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- name: Update Javadocs
if: steps.deploy.outputs.exit_code == 0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group = org.controlsfxjabref
group = org.jabref
controlsfx_version = 11.1.3-SNAPSHOT
fxsampler_version = 1.0.12-SNAPSHOT
javafx_version = 17

0 comments on commit ec90a68

Please sign in to comment.