Skip to content

Commit

Permalink
Create gh_actions_updater.yml
Browse files Browse the repository at this point in the history
Added updater
  • Loading branch information
janhalen authored Jun 19, 2024
1 parent 4e668b8 commit 51f0fe5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gh_actions_updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: GitHub Actions Version Updater

on:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected]
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}

0 comments on commit 51f0fe5

Please sign in to comment.