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 5421cad commit fc498c0Copy full SHA for fc498c0
.github/workflows/REUSABLE_frontend.yml
@@ -124,6 +124,7 @@ jobs:
124
runs-on: ${{ inputs.runner_type }}
125
env:
126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127
+ GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }}
128
129
if: >-
130
((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request')
0 commit comments