Skip to content

Commit 8ae4f25

Browse files
authored
Pass api key through (#4896)
1 parent 65754dc commit 8ae4f25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/enforce-license-compliance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
steps:
1313
- name: 'Enforce License Compliance'
1414
uses: getsentry/action-enforce-license-compliance@main
15+
with:
16+
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)