Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
ci(GITHUB): standardize workflow headers
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Mar 10, 2023
1 parent 9c4cb64 commit 21bf105
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: ansible-workbench-self-test

# Required Github Repository Secrets:
# REMOTE_TOKEN - GitHub token with access to the test repository.
# REMOTE_ORIGIN - The git remote repository name (organization/repo).
# SLACK_WEBHOOK - The slack webhook for build notifications.
# Required GitHub Repository Secrets:
# REMOTE_ORIGIN (Required, to identify the test repository: organization/repo.)
# REMOTE_TOKEN (Required, for GitHub token with access to the test repository.)
# SLACK_WEBHOOK (Optional, for Slack notifications...)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: {{ cookiecutter.project_slug }}-push

# Workflow Secrets:
# SLACK_WEBHOOK (Required, for slack notifications...)
# SLACK_WEBHOOK (Optional, for Slack notifications...)

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: {{ cookiecutter.project_slug }}-publish-to-galaxy

# Workflow Secrets:
# SLACK_WEBHOOK (Required, for slack notifications...)
# GALAXY_API_KEY (Required, for Ansible Galaxy Import...)
# SLACK_WEBHOOK (Optional, for Slack notifications...)
# GALAXY_API_KEY (Optional, for Ansible Galaxy Import...)

on:
release:
Expand Down

0 comments on commit 21bf105

Please sign in to comment.