Skip to content

Commit

Permalink
fix: use org bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk committed Oct 24, 2024
1 parent 9e80fb4 commit 0c88eea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
contents: read
pull-requests: write

env:
ACTIONS_STEP_DEBUG: true

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -43,6 +40,6 @@ jobs:
uses: ydb-platform/slo-tests@v2
continue-on-error: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
WORKLOAD_RUNNER: "./tests/slo/.bin/native_query_linux_amd64 create grpc://localhost:2135 /Root/testdb && ./tests/slo/.bin/native_query_linux_amd64 run grpc://localhost:2135 /Root/testdb -prom-pgw localhost:9091 -report-period 500 -time 60 && ./tests/slo/.bin/native_query_linux_amd64 cleanup grpc://localhost:2135 /Root/testdb"
CHAOS_TEST_RUNNER: "sleep 90"

0 comments on commit 0c88eea

Please sign in to comment.