Skip to content

Commit

Permalink
add commit token
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 5, 2024
1 parent 356f019 commit 04c48b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Size Comparison
on:
push:
branches: ["main","sizes"]
paths-ignore:
- "**.md"
- "LICENSE"
pull_request:
branches: ["main"]

jobs:
windows:
Expand Down Expand Up @@ -504,6 +502,7 @@ jobs:
# Checkout the branch made in the fork. Will automatically push changes
# back to this branch.
ref: ${{ github.head_ref }}
token: ${{ secrets.COMMIT_PAT }}

# - name: Set up Python
# uses: actions/setup-python@v5
Expand Down

0 comments on commit 04c48b4

Please sign in to comment.