We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9b9ff commit ceb105bCopy full SHA for ceb105b
.github/workflows/subtree.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
21
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
22
- name: 'Install splitsh'
23
run: |
24
curl -L https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz > lite_linux_amd64.tar.gz
0 commit comments