Skip to content

Commit 19ba1d6

Browse files
Workflow fix (jimp-dev#1159)
* run workflow for PRs * only run on push to master * remove token from checkout
1 parent e234232 commit 19ba1d6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
with:
29-
token: ${{ secrets.GH_TOKEN}}
3028
- uses: ./.github/actions/install-deps
3129

3230
build:

0 commit comments

Comments
 (0)