mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Rename the token to make its scope clearer (#748)
This commit is contained in:
parent
9fb50a9c9a
commit
0abfff2d93
4
.github/workflows/shadow-repo.yml
vendored
4
.github/workflows/shadow-repo.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ vars.SHADOW_OWNER }}/${{ vars.SHADOW_REPO }}
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
token: ${{ secrets.SASS_SITE_TOKEN }}
|
||||
ref: main
|
||||
- name: Create branch on shadow repo
|
||||
if: github.event_name == 'create'
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ vars.SHADOW_OWNER }}/${{ vars.SHADOW_REPO }}
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
token: ${{ secrets.SASS_SITE_TOKEN }}
|
||||
ref: ${{ github.ref_name }}
|
||||
path: shadow-repo
|
||||
- name: Update shadow repo files
|
||||
|
Loading…
Reference in New Issue
Block a user