We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa24b7c commit f236cf1Copy full SHA for f236cf1
.github/workflows/build.yml
@@ -57,3 +57,5 @@ jobs:
57
58
- name: Build with Gradle
59
run: ./gradlew build
60
+ env:
61
+ BROWSERLESS_API_TOKEN: ${{ secrets.BROWSERLESS_API_TOKEN }}
.github/workflows/release.yml
@@ -54,6 +54,8 @@ jobs:
54
55
- name: Release
56
uses: joffrey-bion/gradle-library-release-action@v2
with:
version: ${{ steps.compute-version.outputs.fullVersion }}
gpg-signing-key: ${{ secrets.GPG_SECRET_ASCII_ARMORED }}
0 commit comments