Skip to content

Commit d2546c0

Browse files
author
hugtalbot
committed
use a dedicated token able to write in discussions and edit statuses
1 parent 3ebb332 commit d2546c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Run when PR is opened or a commit is pushed in a PR
165165
if: ${{ github.event_name == 'pull_request' }}
166166
env:
167-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
167+
GITHUB_TOKEN: ${{ secrets.FILTER_BUILD_ACTION_TOKEN }}
168168
PR_NUMBER: ${{ github.event.pull_request.number }}
169169
OWNER_NAME: ${{ github.event.pull_request.head.repo.owner.login }}
170170
PR_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)