Skip to content

Commit

Permalink
ci: Use org secret ROADIZ_SPLIT_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Mar 6, 2023
1 parent d0d25cd commit 4816fb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
- '*'

env:
# 1. for Github split -- Update secret on 2024-03-06
# Use automatic GITHUB_TOKEN var
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# 1. for Github split -- Based on PAT https://github.com/settings/tokens/1122824921
GITHUB_TOKEN: ${{ secrets.ROADIZ_SPLIT_ACCESS_TOKEN }}

jobs:
packages_split:
Expand Down

0 comments on commit 4816fb6

Please sign in to comment.