Skip to content

Commit

Permalink
Use GITHUB_TOKEN.
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Apr 14, 2023
1 parent 5c63351 commit 30e2a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: gobenchdata publish
run: go run go.bobheadxi.dev/gobenchdata@v1 action
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
INPUT_PRUNE_COUNT: 0
INPUT_GO_TEST_FLAGS: -cpu 1,2 -run=^$
INPUT_PUBLISH: true
Expand Down

0 comments on commit 30e2a57

Please sign in to comment.