Skip to content

Commit

Permalink
Merge pull request #13 from jburel/publish
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
jburel authored Oct 25, 2023
2 parents dc82582 + a46e906 commit 1ac2c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
matrix: ${{ steps.listscenarios.outputs.scenarios }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: listscenarios
uses: ome/action-ansible-molecule-list-scenarios@main

Expand All @@ -29,7 +29,7 @@ jobs:
matrix:
scenario: ${{fromJson(needs.list-scenarios.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand All @@ -49,6 +49,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: galaxy
uses: ome/action-ansible-galaxy-publish@main
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy-api-key: ${{ secrets.GALAXY_API_KEY }}
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OMERO Prometheus Exporter
=========================

[![Actions Status](https://github.com/ome/ansible-role-omero-prometheus-exporter/workflows/Molecule/badge.svg)](https://github.com/ome/ansible-role-omero-prometheus-exporter/actions)
[![Ansible Role](https://img.shields.io/ansible/role/41332.svg)](https://galaxy.ansible.com/ome/omero_prometheus_exporter/)
[![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-omero_prometheus_exporter-blue.svg)](https://galaxy.ansible.com/ui/standalone/roles/ome/omero_prometheus_exporter/)

Configures services for exporting prometheus-compatible metrics from OMERO.server.
Uses the OMERO API, so can be run remotely from OMERO.
Expand Down

0 comments on commit 1ac2c14

Please sign in to comment.