Add Github token secret to the environment variables

pull/1080/head
Tom Parker-Shemilt 3 years ago
parent 80e35f47c3
commit 09d65b45e8

@ -30,3 +30,5 @@ jobs:
results-
- name: Build
run: cargo run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save