Skip to content

Commit

Permalink
github: GitHub Actions Version Updater
Browse files Browse the repository at this point in the history
> https://github.com/marketplace/actions/github-actions-version-updater

* PAT created using kamailio-sync
* organization secret WORKFLOW_SECRET created
  • Loading branch information
linuxmaniac committed May 17, 2023
1 parent 4c52454 commit 2eb17e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/updater.yml
@@ -0,0 +1,17 @@
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:
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.4
with:
token: ${{ secrets.WORKFLOW_SECRET }}
pull_request_user_reviewers: linuxmaniac

0 comments on commit 2eb17e9

Please sign in to comment.