Skip to content

ci(tools): update actions/create-github-app-token action to v3 #103

ci(tools): update actions/create-github-app-token action to v3

ci(tools): update actions/create-github-app-token action to v3 #103

Workflow file for this run

---
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
name: galaxy
"on":
workflow_dispatch:
push:
branches:
- master
tags:
- v*
permissions:
contents: read
jobs:
galaxy:
runs-on: ubuntu-latest
if: github.repository_owner == 'rolehippie'
steps:
- name: Checkout source
uses: actions/checkout@v6
- name: Galaxy upload
uses: actionhippie/ansible-galaxy@v1
with:
token: ${{ secrets.GALAXY_TOKEN }}
...