Skip to content

Commit 89be46e

Browse files
chore: maybe
1 parent cd6dc41 commit 89be46e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
build:
124124
name: Checks & Build
125125
runs-on: ${{ inputs.runner_type }}
126+
env:
127+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128+
GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }}
126129

127130
if: >-
128131
((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request')

0 commit comments

Comments
 (0)