mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
14 lines
315 B
YAML
14 lines
315 B
YAML
name: auto-update
|
|
on:
|
|
push: {}
|
|
jobs:
|
|
autoupdate:
|
|
name: autoupdate
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
- uses: docker://chinthakagodawita/autoupdate-action:v1
|
|
env:
|
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
DRY_RUN: "false"
|
|
MERGE_MSG: "Branch was auto-updated."
|