Skip to content

Commit

Permalink
fix: sorry forgot to add env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fi-krish committed Feb 19, 2024
1 parent 5784e53 commit 91c87ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:

- name: Merge PRs
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
env:
GH_TOKEN: ${{ secrets.GH_OWNER_TOKEN }}
with:
github-token: ${{ secrets.GH_OWNER_TOKEN }}
script: |
Expand Down

0 comments on commit 91c87ef

Please sign in to comment.