Skip to content

Commit c167b28

Browse files
committed
pass envs to the build
1 parent 14ebd9b commit c167b28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/draft-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
cache: gradle
2222
- name: Build Release Artifacts
2323
run: ./gradlew :appium:publishDefaultPublicationToLocalRepository -PreleaseMode=RELEASE
24+
env:
25+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
26+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2427
- name: Upload Bundle
2528
uses: actions/upload-artifact@v4
2629
with:

0 commit comments

Comments
 (0)