Remove CLIENT_API_KEY_BEFORE_OPTOUT_CUTOFF and CLIENT_API_SECRET_BEFO… #253
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: [pull_request, push, workflow_dispatch] | |
jobs: | |
build: | |
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3 | |
with: | |
java_version: 21 | |
vulnerability_scan_only: true | |
secrets: inherit |