Skip to content

Commit 3a0058b

Browse files
authored
Adiciona o token para o workflow
1 parent 3b7a3d4 commit 3a0058b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/community.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
- name: Auto-tag issues and PRs
131131
uses: actions/github-script@v7
132132
with:
133+
github-token: ${{ secrets.WORKFLOW_TOKEN }}
133134
script: |
134135
const { owner, repo } = context.repo;
135136
const isIssue = context.eventName === 'issues';

0 commit comments

Comments
 (0)