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 3ebb332 commit d2546c0Copy full SHA for d2546c0
.github/workflows/trigger-build-and-tests.yml
@@ -164,7 +164,7 @@ jobs:
164
- name: Run when PR is opened or a commit is pushed in a PR
165
if: ${{ github.event_name == 'pull_request' }}
166
env:
167
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.FILTER_BUILD_ACTION_TOKEN }}
168
PR_NUMBER: ${{ github.event.pull_request.number }}
169
OWNER_NAME: ${{ github.event.pull_request.head.repo.owner.login }}
170
PR_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
0 commit comments