Skip to content

Commit

Permalink
fix: adding permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Sep 2, 2024
1 parent d10642f commit f5b7d0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_project_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}

permissions:
contents: write
pull-requests: write

jobs:
generate_project_list:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5b7d0f

Please sign in to comment.