Skip to content

Commit

Permalink
try with pat again
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jan 16, 2024
1 parent 8989acc commit 3dac188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: ci

on:
pull_request_target:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand Down Expand Up @@ -35,6 +36,8 @@ jobs:
- run: pnpm check
examples:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
permissions:
pull-requests: write
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 3dac188

Please sign in to comment.