Skip to content

Commit 2ee230f

Browse files
authored
Update .github/workflows/rebuild.yml
1 parent 3425bf9 commit 2ee230f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rebuild.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
id: push
6969
env:
7070
BRANCH: ${{ github.event.pull_request.head.ref || github.event.ref }}
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72-
PR_NUMBER: ${{ github.event.pull_request.number }}
7371
run: |
7472
if [ ! -z "$(git status --porcelain)" ]; then
7573
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)