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 cd6dc41 commit 89be46eCopy full SHA for 89be46e
.github/workflows/REUSABLE_frontend.yml
@@ -123,6 +123,9 @@ jobs:
123
build:
124
name: Checks & Build
125
runs-on: ${{ inputs.runner_type }}
126
+ env:
127
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128
+ GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }}
129
130
if: >-
131
((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request')
0 commit comments