Skip to content

Commit a382075

Browse files
author
Rabih Salamey
authored
Change action workflow to use project token (#51)
* Change action workflow to use project token * use personal access key
1 parent c53a4c8 commit a382075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
owner: ${{ github.repository_owner }}
4545
repo: trigger-workflow-and-wait
4646
ref: ${{ github.event.repository.default_branch || 'master' }}
47-
github_token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
47+
github_token: ${{ secrets.SECRET_PERSONAL_TOKEN }}
4848
workflow_file_name: selftest.yaml
4949
client_payload: '{"test": "true"}'
5050
wait_interval: 11

0 commit comments

Comments
 (0)