mirror of
https://github.com/extractions/setup-just
synced 2026-09-07 20:04:00 +00:00
Accept GITHUB_TOKEN environment variable
This commit is contained in:
@@ -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$"
|
||||
|
||||
Reference in New Issue
Block a user