Skip to content

Commit

Permalink
Add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfn committed Aug 8, 2023
1 parent b8d1d4a commit ec22862
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/enforce-pr-policy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: "Enforce PR policy"
name: Enforce PR policy

on:
pull_request:
types:
- opened
- edited
- synchronize

env:
GH_TOKEN: ${{ github.token }}

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

0 comments on commit ec22862

Please sign in to comment.