Add Github token secret to the environment variables

This commit is contained in:
Tom Parker-Shemilt 2021-05-05 22:29:32 +01:00
parent 80e35f47c3
commit 09d65b45e8

View file

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