Skip to content

Commit

Permalink
Create GITHUB_TOKEN.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderSchofield authored Aug 2, 2023
1 parent 0bfdb4a commit 5760acc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/GITHUB_TOKEN.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run tests
run: make test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5760acc

Please sign in to comment.