Skip to content

Commit b625756

Browse files
ci: use secret instead of token
1 parent 30c0786 commit b625756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/approved-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
uses: realstealthninja/[email protected]
1010
with:
1111
requiredApproves: 1
12-
token: ${{ secrets.GITHUB_TOKEN }}
12+
secret: ${{ secrets.GITHUB_TOKEN }}
1313
label: "approved"

0 commit comments

Comments
 (0)