1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 21:10:05 +00:00

chore(gh-action): fixed access token

This commit is contained in:
Yury Shkoda
2023-08-08 15:46:56 +03:00
parent 5756638dc2
commit 4851f25753
3 changed files with 4 additions and 4 deletions

View File

@@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v2
- uses: uesteibar/reviewer-lottery@v1
with:
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}