Skip to content

Update the list of allowed actions #131

Update the list of allowed actions

Update the list of allowed actions #131

name: Update the list of allowed actions
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update actions
run: make update-allowed-actions
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore(terraform): update allowed actions'
push_options: --force