Skip to content

Commit dff75c3

Browse files
committed
Added GRGIT env variables
1 parent 8f8cac3 commit dff75c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
required: false
2424
type: string
2525
secrets:
26+
github-user:
27+
required: false
2628
github-token:
2729
required: true
2830
gpg-passphrase:
@@ -87,6 +89,9 @@ jobs:
8789
- name: Build
8890
run: |
8991
./gradlew -Pprofile=release -PreproducibleBuild=true ${{ inputs.tasks }} -S
92+
env:
93+
GRGIT_USER: ${{ secrets.github-user }}
94+
GRGIT_PASS: ${{ secrets.github-token }}
9095

9196
- name: Upload test reports
9297
if: failure()

0 commit comments

Comments
 (0)