Skip to content

Commit

Permalink
[github] add github token to report pr merged action
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin committed Nov 4, 2024
1 parent 47ad48e commit 83ee671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/report-merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

permissions: {}

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

jobs:
if_merged:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 83ee671

Please sign in to comment.