Skip to content

Commit

Permalink
Merge pull request #8 from stacklok/task-token
Browse files Browse the repository at this point in the history
Use GitHub token to run setup-task action
  • Loading branch information
JAORMX authored Nov 21, 2023
2 parents 5ea9820 + d9d110d commit 11e2ae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: setup task
uses: arduino/setup-task@e26d8975574116b0097a1161e0fe16ba75d84c1c # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

# Builds the binary into the bin/ directory
- name: build
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:

- name: setup task
uses: arduino/setup-task@e26d8975574116b0097a1161e0fe16ba75d84c1c # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: test
run: |-
Expand Down

0 comments on commit 11e2ae1

Please sign in to comment.