Skip to content

Commit 5421cad

Browse files
chore: start removing unused
1 parent b73fc76 commit 5421cad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,13 @@ jobs:
124124
runs-on: ${{ inputs.runner_type }}
125125
env:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127-
GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }}
128127

129128
if: >-
130129
((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request')
131130
132131
steps:
133132
- name: Check out code
134133
uses: actions/checkout@v3
135-
with:
136-
token: ${{ secrets.GIT_ACTOR_TOKEN }}
137134

138135
- name: Set up Node
139136
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)