mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
Use github token and allow workflow_call
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
schedule:
|
||||
- cron: "0 */8 * * *"
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
@@ -22,5 +23,5 @@ jobs:
|
||||
fi
|
||||
done
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO: flathub/flathub
|
||||
|
||||
Reference in New Issue
Block a user