Skip to content

Commit

Permalink
Workflow fix (#1159)
Browse files Browse the repository at this point in the history
* run workflow for PRs

* only run on push to master

* remove token from checkout
  • Loading branch information
hipstersmoothie authored Feb 5, 2023
1 parent e234232 commit 19ba1d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN}}
- uses: ./.github/actions/install-deps

build:
Expand Down

0 comments on commit 19ba1d6

Please sign in to comment.