File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- Dry Run
16
16
17
17
permissions :
18
- contents : read
18
+ contents : write
19
19
20
20
jobs :
21
21
validate :
@@ -69,12 +69,12 @@ jobs:
69
69
name : v${{ needs.validate.outputs.version }}
70
70
body : " <insert release notes here>"
71
71
draft : true
72
- artifact : bitwarden-secrets-${{ needs.validate.outputs.version }}.tar.gz
72
+ artifacts : bitwarden-secrets-${{ needs.validate.outputs.version }}.tar.gz
73
73
74
74
- name : Publish to Ansible Galaxy
75
75
if : ${{ inputs.release_type != 'Dry Run' }}
76
76
env :
77
77
_VERSION : ${{ needs.validate.outputs.version }}
78
78
run : |
79
- ansible-galaxy collection bitwarden-secrets-$_VERSION.tar.gz \
80
- --api-key ${{ steps.retrieve-secret-pat.outputs.ansible-galaxy-api-key }}
79
+ ansible-galaxy collection publish --token ${{ steps.retrieve-secret-pat.outputs.ansible-galaxy-api-key }} \
80
+ bitwarden-secrets-$_VERSION.tar.gz
You can’t perform that action at this time.
0 commit comments