Skip to content

Commit

Permalink
Add api key to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Jan 17, 2025
1 parent b49586f commit d34cc93
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/integration-hackernews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
uses: gradle/actions/setup-gradle@v4
- name: Build hackernews with Emerge Android as included build
run: cd hackernews/android && ./gradlew :app:emergeUploadSnapshotBundleDebug --include-build ../../emerge-android/gradle-plugin
- name: Archive test reports
uses: actions/upload-artifact@v4
if: always()
with:
name: Functional test reports
path: '**/build/reports/tests/functionalTest'
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_DISTRIBUTION_API_KEY }}
PR_SHA: ${{ github.event.pull_request.head.sha }}
PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}

0 comments on commit d34cc93

Please sign in to comment.