diff --git a/.github/workflows/pr-license-scan.yaml b/.github/workflows/pr-license-scan.yaml index bc5717bd92..1778a0e76b 100644 --- a/.github/workflows/pr-license-scan.yaml +++ b/.github/workflows/pr-license-scan.yaml @@ -11,9 +11,9 @@ jobs: - name: "Run FOSSA Analyze" uses: fossas/fossa-action@main with: - api-key: cf2d0196f5b5bb2fd245c559af8766d8 # push-only token, safe to expose + api-key: 1d5511d63d5a4ccda6d3cef2a7ef08c1 # push-only token, safe to expose - name: "Run FOSSA Test" uses: fossas/fossa-action@main with: - api-key: cf2d0196f5b5bb2fd245c559af8766d8 # push-only token, safe to expose + api-key: 1d5511d63d5a4ccda6d3cef2a7ef08c1 # push-only token, safe to expose run-tests: true