Create workflow_updater.yaml

This commit is contained in:
Vincent Le Bourlot 2022-12-08 11:07:22 +01:00 committed by GitHub
parent 984dd056c9
commit cc5690c0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/workflows/workflow_updater.yaml vendored Normal file
View File

@ -0,0 +1,23 @@
name: GitHub Actions Version Updater
# Controls when the action will run.
on:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}