Skip to content

Commit 801d0d2

Browse files
authored
Update deploy.yml
1 parent b892e64 commit 801d0d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
build:
9-
if: false # disable for now
109
name: pr
1110
runs-on: ubuntu-latest
1211
steps:
@@ -19,5 +18,4 @@ jobs:
1918
uses: ./
2019
- run: make push
2120
env:
22-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
21+
GH_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)