mirror of
https://github.com/wader/fq.git
synced 2024-11-23 00:57:15 +03:00
github: bump: Checkout with bump token so it's used when push
This commit is contained in:
parent
684193afdb
commit
8e3d9d812f
7
.github/workflows/bump.yml
vendored
7
.github/workflows/bump.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: 'Automatic version updates'
|
||||
name: "Automatic version updates"
|
||||
on:
|
||||
schedule:
|
||||
# minute hour dom month dow (UTC)
|
||||
- cron: '0 16 * * *'
|
||||
- cron: "0 16 * * *"
|
||||
# enable manual trigger of version updates
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
@ -10,6 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
# to allow push changes of workflow config
|
||||
token: ${{ secrets.BUMP_TOKEN }}
|
||||
- uses: wader/bump/action/go@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user