Skip to content

Commit f8a4141

Browse files
committed
Update token name
1 parent 260419f commit f8a4141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dsBase_test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
PROJECT_NAME: dsBase
3939
BRANCH_NAME: ${{ github.ref_name }}
4040
REPO_OWNER: ${{ github.repository_owner }}
41-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4241
R_KEEP_PKG_SOURCE: yes
4342

4443
steps:
@@ -51,6 +50,7 @@ jobs:
5150
uses: actions/checkout@v4
5251
with:
5352
repository: ${{ env.REPO_OWNER }}/testStatus
53+
token: ${{ secrets.GH_TOKEN }}
5454
ref: master
5555
path: testStatus
5656

0 commit comments

Comments
 (0)