Skip to content

Commit

Permalink
fix(ci): Added GITHUB_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Mar 17, 2024
1 parent b74e9e1 commit 9b941f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
OS_REGION_NAME: "regionOne"
OS_INTERFACE: "public"
OS_IDENTITY_API_VERSION: "3"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ${{ github.workspace }}/shot-benchmarker
run: python main.py -c -s

Expand Down

0 comments on commit 9b941f6

Please sign in to comment.