Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 5293ffa

Browse files
authored
Merge pull request #285 from staticdev/deps/staticdev.pyenv-2.10.2
staticdev.pyenv 2.10.2
2 parents 1f17df3 + 4e4e57f commit 5293ffa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
pip install --constraint=.github/workflows/constraints.txt ansible
4646
4747
- name: Trigger a new import on Galaxy.
48-
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
48+
run: >-
49+
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
50+
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
4951
5052
- name: Publish the release notes
5153
uses: release-drafter/release-drafter@v5.25.0

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ galaxy_info:
3535

3636
dependencies:
3737
- name: staticdev.pyenv
38-
version: 2.10.1
38+
version: 2.10.2

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: staticdev.pyenv
4-
version: 2.10.1
4+
version: 2.10.2

0 commit comments

Comments
 (0)