Skip to content

Commit

Permalink
NBS-4410 fix token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian committed Jan 12, 2024
1 parent db8fa04 commit b25de49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_on_demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
with:
org: ydb-platform
team: nbs
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- name: Prepare VM
uses: ./.github/actions/prepare

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_on_demand_cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
org: ydb-platform
team: nbs
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- name: Prepare VM
uses: ./.github/actions/prepare

Expand Down

0 comments on commit b25de49

Please sign in to comment.