Skip to content

Commit 875ac0e

Browse files
authored
chore(IDX): add github token to CLA check (#159)
* chore(IDX): add checkout steps back to the CLA * switch to base * switch to base * update owner and repo * update * add context * update ref * update token
1 parent e54cc8c commit 875ac0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check_cla_ruleset.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python reusable_workflows/check_membership/check_external_contrib.py
4848
shell: bash
4949
env:
50-
GH_TOKEN: ${{ github.token }}
50+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
5151
REPO: ${{ github.event.repository.name }}
5252

5353
- name: Close Pull Request
@@ -68,6 +68,7 @@ jobs:
6868
uses: actions/github-script@v6
6969
if: ${{ steps.accepts_external_contrib.outputs.accepts_contrib != 'false' }}
7070
with:
71+
github-token: ${{ steps.app-token.outputs.token }}
7172
script: |
7273
github.rest.issues.addLabels({
7374
issue_number: context.issue.number,

0 commit comments

Comments
 (0)