We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a3019 commit ff549d4Copy full SHA for ff549d4
.github/workflows/license.yml
@@ -20,5 +20,8 @@ jobs:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- uses: actions/checkout@v2
22
23
- - name: Check license in files
24
- uses: datreeio/validate-license-action@v1.0.0
+ - name: Licensed CI
+ 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