Skip to content

Commit 4eac01e

Browse files
authored
Merge pull request #56 from rubambiza/fix/self-assign-token-input
Fix: Pass ISSUE_ASSIGN_TOKEN as action input
2 parents 679a2cd + a0aac65 commit 4eac01e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/self-assign-reusable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ jobs:
6565
${{ github.event.issue != null
6666
&& startsWith(github.event.comment.body, inputs.trigger) }}
6767
uses: bdougie/take-action@main
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}
7068
with:
69+
token: ${{ secrets.ISSUE_ASSIGN_TOKEN }}
7170
message: ${{ inputs.message }}
7271
blockingLabels: ${{ inputs.blockingLabels }}
7372
blockingLabelsMessage: 'This issue is currently unavailable. Please choose another issue.'

0 commit comments

Comments
 (0)