Accept GITHUB_TOKEN environment variable

This commit is contained in:
Ross MacArthur
2020-05-02 21:34:01 +02:00
parent 462b1e9145
commit 3a8567bdeb
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -29,6 +29,8 @@ jobs:
uses: ./
with:
version: 0.5.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check just version
run: just --version | grep "^just v0.5.10$"