Skip to content

Commit bf952ba

Browse files
committed
Use an access token to check github's API
1 parent dbf0a9a commit bf952ba

File tree

3 files changed

+214
-200
lines changed

3 files changed

+214
-200
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: |
2424
echo "[registry]" >> $HOME/.cargo/credentials
2525
echo "token = \"${{ secrets.CRATESIO_TOKEN }}\"" >> $HOME/.cargo/credentials
26-
- run: cargo run
26+
- run: cargo run ${{ secrets.github_token }}
2727
if: github.event_name != 'pull_request'
2828

0 commit comments

Comments
 (0)