mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Merge pull request #408 from ansible-lockdown/auto_issue_to_project
.github standardization
This commit is contained in:
commit
28b52876ec
2 changed files with 1 additions and 20 deletions
|
|
@ -14,4 +14,4 @@ jobs:
|
||||||
- uses: actions/add-to-project@main
|
- uses: actions/add-to-project@main
|
||||||
with:
|
with:
|
||||||
project-url: https://github.com/orgs/ansible-lockdown/projects/1
|
project-url: https://github.com/orgs/ansible-lockdown/projects/1
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.ALD_GH_PROJECT }}
|
||||||
|
|
|
||||||
19
.github/workflows/update_galaxy.yml
vendored
19
.github/workflows/update_galaxy.yml
vendored
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
name: update galaxy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
|
||||||
update_role:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Action Ansible Galaxy Release ${{ github.ref_name }}
|
|
||||||
uses: ansible-actions/ansible-galaxy-action@main
|
|
||||||
with:
|
|
||||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue