Skip to content

Commit 87498b9

Browse files
authored
Remove GITHUB_TOKEN from new-event-notify
1 parent 0b42828 commit 87498b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/new-event-notify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, labeled, reopened]
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event.issue.number || github.event.pull_request.number }}
8+
group: ${{ github.workflow }}-${{ github.event.issue.number }}
99
cancel-in-progress: true
1010

1111
permissions:
@@ -21,4 +21,3 @@ jobs:
2121
with:
2222
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
2323
tg-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
24-
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)