fix(ci): set push token for flake updates

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-26 20:11:32 +01:00
parent 0c48bc449e
commit 51225c5956
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -33,3 +33,4 @@ jobs:
with:
pull-request-number: ${{ steps.update.outputs.pull-request-number }}
merge-method: rebase
github-token: ${{ secrets.AUTOMATA_TOKEN }}