Skip to content

Commit

Permalink
Change action workflow to use project token (#51)
Browse files Browse the repository at this point in the history
* Change action workflow to use project token

* use personal access key
  • Loading branch information
Rabih Salamey committed Apr 29, 2022
1 parent c53a4c8 commit a382075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
owner: ${{ github.repository_owner }}
repo: trigger-workflow-and-wait
ref: ${{ github.event.repository.default_branch || 'master' }}
github_token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
github_token: ${{ secrets.SECRET_PERSONAL_TOKEN }}
workflow_file_name: selftest.yaml
client_payload: '{"test": "true"}'
wait_interval: 11
Expand Down

0 comments on commit a382075

Please sign in to comment.