Skip to content

Commit 9ed94b2

Browse files
committed
fix
1 parent 36503e3 commit 9ed94b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud-runner-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
122122
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
123123
GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
124-
GITHUB_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
124+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125125
awsTests:
126126
name: AWS Tests
127127
if: github.event.event_type != 'pull_request_target'

0 commit comments

Comments
 (0)