Skip to content

Commit 2375b2d

Browse files
fix: add GH_ACCESS_TOKEN secret token
1 parent dec5913 commit 2375b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/migrations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
submodules: recursive
15+
token: ${{ secrets.GH_ACCESS_TOKEN }}
1516

1617
- name: Update
1718
run: sudo apt update

0 commit comments

Comments
 (0)