Skip to content

Commit 3f18f8a

Browse files
committed
fix: Adds environment variables for PR URL and GH Token.
1 parent 49f4ca4 commit 3f18f8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
approve-and-merge:
104104
runs-on: ubuntu-latest
105105
if: ${{ github.ref == 'refs/heads/dist' }}
106+
env:
107+
PR_URL: ${{ github.event.pull_request.html_url }}
108+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106109
steps:
107110
- name: Checkout code
108111
uses: actions/checkout@v3

0 commit comments

Comments
 (0)