We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_TOKEN
new-event-notify
1 parent 0b42828 commit 87498b9Copy full SHA for 87498b9
.github/workflows/new-event-notify.yml
@@ -5,7 +5,7 @@ on:
5
types: [opened, labeled, reopened]
6
7
concurrency:
8
- group: ${{ github.workflow }}-${{ github.event.issue.number || github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.event.issue.number }}
9
cancel-in-progress: true
10
11
permissions:
@@ -21,4 +21,3 @@ jobs:
21
with:
22
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
23
tg-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
24
- github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments