Skip to content

Commit f2a1fbb

Browse files
authored
Merge pull request #1 from webofmars/ci/better-release-workflow
ci: separate galaxy workflow
2 parents a8c7787 + ce33984 commit f2a1fbb

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

.github/workflows/galaxy.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Ansible Galaxy
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- "*"
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
galaxy:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: 0x022b/galaxy-role-import-action@v1
18+
with:
19+
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
2626
publish: true
27-
28-
- uses: 0x022b/galaxy-role-import-action@v1
29-
with:
30-
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 commit comments

Comments
 (0)