Skip to content

Commit

Permalink
fix: add GH_ACCESS_TOKEN secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Dec 27, 2022
1 parent dec5913 commit 2375b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Update
run: sudo apt update
Expand Down

0 comments on commit 2375b2d

Please sign in to comment.