Merge pull request #408 from ansible-lockdown/auto_issue_to_project

.github standardization
This commit is contained in:
Frederick Witty 2025-10-23 15:07:02 -04:00 committed by GitHub
commit 28b52876ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 20 deletions

View file

@ -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 }}

View file

@ -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 }}