Skip to content

Commit

Permalink
Добавлен permition write для issues, чтобы проставить label
Browse files Browse the repository at this point in the history
  • Loading branch information
AShepelevv committed Oct 31, 2024
1 parent 2ec1282 commit dda242a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on_new_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
build_latex:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Send Telegram message
uses: appleboy/telegram-action@master
Expand All @@ -17,7 +19,6 @@ jobs:
- name: Add "inbox" label to the issue
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
inbox
new

0 comments on commit dda242a

Please sign in to comment.