mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-06 02:37:25 +01:00
Readded REPO_TOKEN in checkout, because workflows are not triggered.
related #526
This commit is contained in:
parent
b172b16ff4
commit
25a283ad79
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Run update script
|
||||
run: ./update.sh
|
||||
|
Loading…
Reference in New Issue
Block a user