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 b73fc76 commit 5421cadCopy full SHA for 5421cad
.github/workflows/REUSABLE_frontend.yml
@@ -124,16 +124,13 @@ 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')
131
132
steps:
133
- name: Check out code
134
uses: actions/checkout@v3
135
- with:
136
- token: ${{ secrets.GIT_ACTOR_TOKEN }}
137
138
- name: Set up Node
139
uses: actions/setup-node@v3
0 commit comments