Skip to content

Commit

Permalink
Update split.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
battis authored Mar 14, 2024
1 parent 4cb8501 commit a10d929
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Split Test
name: 'Packages Split'

on:
push:
Expand All @@ -14,6 +14,10 @@ on:
release:
types: [created]

env:
# 1. for Github split
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

jobs:
split:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a10d929

Please sign in to comment.