Skip to content

Commit

Permalink
ci: publish: Try fixing actionlint warnings, define config vars
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 16, 2024
1 parent 1ccbb48 commit 2d04fd0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels: []
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.
config-variables:
- BREW_COMMIT_APP_ID
- LYRAPHASE_RUNNER_EMAIL
- LYRAPHASE_RUNNER_NAME_EMAIL
- LYRAPHASE_RUNNER_USER
- LYRAPHASE_RUNNER_AUTOMERGE_TOKEN
- LYRAPHASE_RUNNER_PACKAGES_TOKEN

0 comments on commit 2d04fd0

Please sign in to comment.