Skip to content

Commit

Permalink
added a access config
Browse files Browse the repository at this point in the history
  • Loading branch information
umar committed May 15, 2024
1 parent 471599b commit dfd896c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golicense-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: set-github-access
run: |
/usr/bin/git config --global --add url."https://${{ secrets.GITHUB_TOKEN }}:x-oauth-basic@github".insteadOf https://github
/usr/bin/git config --global --add url."https://${{ secrets.GITHUB_TOKEN }}:x-oauth-basic@github".insteadOf git@github
- name: go-licenses-scan
run: go-licenses check --ignore github.com/spectrocloud ./...
run: go-licenses check --ignore github.com/spectrocloud ./... --ignore github.com/spectrocloud/

0 comments on commit dfd896c

Please sign in to comment.