Skip to content

Commit 4318217

Browse files
authored
Add Gitlab secret for Dash action (#13)
1 parent 4f1a70c commit 4318217

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/license.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
issues: write
1616
pull-requests: write
1717
with:
18-
pom: java/pom.xml
18+
pom: java/pom.xml
19+
secrets:
20+
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}

0 commit comments

Comments
 (0)