We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59babb commit 3519c71Copy full SHA for 3519c71
1 file changed
.github/workflows/test-deptrac.yml
@@ -73,3 +73,5 @@ jobs:
73
run: |
74
sudo phive --no-progress install --global qossmic/deptrac --trust-gpg-keys B8F640134AB1782E
75
deptrac analyze --cache-file=build/deptrac.cache
76
+ env:
77
+ GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments