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 842828a commit 6955aca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'Packages Split'
environment: 'actions'

on:
push:
branches:
- main
tags:
- '*'

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

# 2. for Gitlab split
# GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
Expand All @@ -18,6 +18,10 @@ jobs:
packages_split:
runs-on: ubuntu-latest

environment: 'actions'
env:
GITHUB_TOKEN: ${{ secrets.SPLIT_ACCESS_TOKEN }}

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6955aca

Please sign in to comment.