mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
Update test.yaml
This commit is contained in:
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@@ -6,6 +6,11 @@ on:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# added or changed files to the repository.
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
Test-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -27,8 +32,6 @@ jobs:
|
||||
cmd: build
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
username: lukehagar
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user