Skip to content

Commit ec90a68

Browse files
committed
pass secrets
1 parent ff9a9d7 commit ec90a68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
run: |
4747
./gradlew publishAllPublicationsToGitHubPackagesRepository
4848
echo ::set-output name=exit_code::$?
49+
env:
50+
GITHUB_ACTOR: ${{ github.actor }}
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
4953

5054
- name: Update Javadocs
5155
if: steps.deploy.outputs.exit_code == 0

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
group = org.controlsfxjabref
1+
group = org.jabref
22
controlsfx_version = 11.1.3-SNAPSHOT
33
fxsampler_version = 1.0.12-SNAPSHOT
44
javafx_version = 17

0 commit comments

Comments
 (0)