We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cfd20 commit ae337a1Copy full SHA for ae337a1
.github/workflows/ci.yml
@@ -1,5 +1,8 @@
1
name: Test and lint
2
3
+env:
4
+ GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5
+
6
on:
7
pull_request:
8
branches: ["main"]
0 commit comments