We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53a4c8 commit a382075Copy full SHA for a382075
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
owner: ${{ github.repository_owner }}
45
repo: trigger-workflow-and-wait
46
ref: ${{ github.event.repository.default_branch || 'master' }}
47
- github_token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
+ github_token: ${{ secrets.SECRET_PERSONAL_TOKEN }}
48
workflow_file_name: selftest.yaml
49
client_payload: '{"test": "true"}'
50
wait_interval: 11
0 commit comments