Skip to content

Commit

Permalink
ci: try to use auto GITHUB_TOKEN from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Mar 6, 2023
1 parent 645a91b commit e8c32fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# 1. for Github split -- Update secret on 2024-03-06
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

# Use automatic GITHUB_TOKEN var
#GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

jobs:
packages_split:
Expand Down

0 comments on commit e8c32fb

Please sign in to comment.