app: Bump Headlamp to version 0.23.1 #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Flatpak Headlamp version update | |
# See https://github.com/flathub/io.kinvolk.Headlamp | |
on: | |
push: | |
tags: | |
- 'v*' | |
workflow_dispatch: | |
jobs: | |
trigger_flatpak_update: | |
name: Trigger Flatpak Headlamp version update | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger via gh | |
env: | |
GITHUB_TOKEN: ${{ secrets.FLATPAK_HEADLAMP_REPO_TOKEN }} | |
run: | | |
gh api repos/flathub/io.kinvolk.Headlamp/dispatches --raw-field event_type=headlamp-release |