Skip to content

Commit f236cf1

Browse files
committed
Add browserless secret in GitHub Actions
1 parent fa24b7c commit f236cf1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ jobs:
5757

5858
- name: Build with Gradle
5959
run: ./gradlew build
60+
env:
61+
BROWSERLESS_API_TOKEN: ${{ secrets.BROWSERLESS_API_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454

5555
- name: Release
5656
uses: joffrey-bion/gradle-library-release-action@v2
57+
env:
58+
BROWSERLESS_API_TOKEN: ${{ secrets.BROWSERLESS_API_TOKEN }}
5759
with:
5860
version: ${{ steps.compute-version.outputs.fullVersion }}
5961
gpg-signing-key: ${{ secrets.GPG_SECRET_ASCII_ARMORED }}

0 commit comments

Comments
 (0)