Skip to content

DO NOT LAND: Use Act #15

DO NOT LAND: Use Act

DO NOT LAND: Use Act #15

name: Upload Impacted Targets
on: pull_request
jobs:
compute_impacted_targets:
name: Compute Impacted Targets
runs-on: ubuntu-latest
steps:
- name: Compute Impacted Targets
uses: trunk-io/merge-action@3677a3e8db030797b825bde77800381e2209bb60
with:
### Use your repositories API token to authenticate impacted targets uploads.
trunk-token: ${{ secrets.TRUNK_REPO_API_TOKEN }}
target-branch: ${{ env.TARGET_BRANCH }}
bazel-workspace-path: ${{ env.BAZEL_WORKSPACE_PATH }}
verbose: ${{ env.VERBOSE }}
bazel-startup-options: ${{ env.BAZEL_STARTUP_OPTIONS }}