chore: spoiler alert, it's a secret

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-18 15:11:24 +01:00
parent 5ca2edfcb9
commit 9bfe00c351
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- uses: actions/github-script@v5
id: fix-labels
with:
github-token: ${{ env.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
// if it's the author, always add awaiting-review label
const isAuthor = context.payload.pull_request.user.login === context.actor