Skip to content

Commit 5bb595b

Browse files
committed
remove unnessasary token & pin action sha
1 parent 0c902d1 commit 5bb595b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cherry-pick.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
fetch-depth: 0
23-
token: ${{ secrets.NGINX_PAT }}
2423

2524
- name: Check if Actor is a Member of one of the teams
26-
uses: im-open/[email protected]
25+
uses: im-open/is-actor-team-member@6633b6e4d9bd2a6917f976b14c64626902e13805 # v1.2.0
2726
with:
2827
github-actor: ${{ github.actor }}
2928
github-organization: ${{ github.repository_owner}}

0 commit comments

Comments
 (0)