Skip to content

Commit

Permalink
Update assign-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdebolskiy authored Jul 25, 2024
1 parent 5411914 commit 99ed27f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
types: [opened, labeled]

env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

jobs:
assign_high_priority:
runs-on: ubuntu-latest
Expand All @@ -15,5 +18,4 @@ jobs:
uses: srggrs/[email protected]
with:
project: 'https://github.com/users/mvdebolskiy/projects/1'
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 99ed27f

Please sign in to comment.