Skip to content

Commit ff549d4

Browse files
authored
Update license.yml
1 parent 74a3019 commit ff549d4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/license.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2121
- uses: actions/checkout@v2
2222

23-
- name: Check license in files
24-
uses: datreeio/validate-license-action@v1.0.0
23+
- name: Licensed CI
24+
uses: jonabc/licensed-ci@v1.5.0
25+
with:
26+
# Access token to push license updates to GitHub
27+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)