Skip to content

DO NOT LAND: Use Act #13

DO NOT LAND: Use Act

DO NOT LAND: Use Act #13

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@4a453c44d74173e20e3b079bd02d8bc966c6bb5f
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 }}