1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2024-12-24 20:14:37 +02:00

Readded REPO_TOKEN in checkout, because workflows are not triggered.

related #526
This commit is contained in:
Florian Kinder 2024-10-24 16:17:01 +02:00
parent b172b16ff4
commit 25a283ad79

View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_TOKEN }}
- name: Run update script
run: ./update.sh