We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c7787 + ce33984 commit f2a1fbbCopy full SHA for f2a1fbb
2 files changed
.github/workflows/galaxy.yml
@@ -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
@@ -24,7 +24,3 @@ jobs:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
with:
26
publish: true
27
-
28
- - uses: 0x022b/galaxy-role-import-action@v1
29
- with:
30
- galaxy_api_key: ${{ secrets.galaxy_api_key }}
0 commit comments