Compare commits
2 Commits
v0.2.3
...
f112002249
| Author | SHA1 | Date | |
|---|---|---|---|
| f112002249 | |||
|
0c1d8be79f
|
@@ -1,28 +0,0 @@
|
|||||||
name: Sync Release to GitHub
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
tag:
|
|
||||||
description: "Release tag to synchronize"
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
release:
|
|
||||||
types: [published, edited]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
sync-github:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Run Releases Sync Action
|
|
||||||
uses: https://git.0xmax42.io/actions/releases-sync@main
|
|
||||||
with:
|
|
||||||
gitea_token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}
|
|
||||||
gitea_url: https://git.0xmax42.io
|
|
||||||
gitea_owner: maxp
|
|
||||||
gitea_repo: systemd-timer
|
|
||||||
tag_name: ${{ inputs.tag || github.event.release.tag_name }}
|
|
||||||
github_token: ${{ secrets.SYNC_GITHUB_TOKEN }}
|
|
||||||
github_owner: 0xmax42
|
|
||||||
github_repo: systemd-timer
|
|
||||||
@@ -42,3 +42,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload SHA256 for ${{ matrix.target }}-${{ matrix.arch }}
|
- name: Upload SHA256 for ${{ matrix.target }}-${{ matrix.arch }}
|
||||||
run: .gitea/scripts/upload-asset.sh ./dist/systemd-timer-${{ matrix.target }}-${{ matrix.arch }}.sha256 systemd-timer-${{ matrix.target }}-${{ matrix.arch }}.sha256
|
run: .gitea/scripts/upload-asset.sh ./dist/systemd-timer-${{ matrix.target }}-${{ matrix.arch }}.sha256 systemd-timer-${{ matrix.target }}-${{ matrix.arch }}.sha256
|
||||||
|
|
||||||
|
- name: Run Releases Sync Action
|
||||||
|
uses: https://git.0xmax42.io/actions/releases-sync@main
|
||||||
|
with:
|
||||||
|
gitea_token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}
|
||||||
|
gitea_url: https://git.0xmax42.io
|
||||||
|
gitea_owner: maxp
|
||||||
|
gitea_repo: systemd-timer
|
||||||
|
tag_name: ${{ github.event.release.tag_name }}
|
||||||
|
github_token: ${{ secrets.SYNC_GITHUB_TOKEN }}
|
||||||
|
github_owner: 0xmax42
|
||||||
|
github_repo: systemd-timer
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [unreleased]
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(workflows)* Consolidate release sync into upload workflow - ([0c1d8be](https://git.0xmax42.io/maxp/systemd-timer/commit/0c1d8be79f0cc331db9029beb46384659f465f6e))
|
||||||
|
|
||||||
## [0.2.3](https://git.0xmax42.io/maxp/systemd-timer/compare/v0.2.2..v0.2.3) - 2025-05-26
|
## [0.2.3](https://git.0xmax42.io/maxp/systemd-timer/compare/v0.2.2..v0.2.3) - 2025-05-26
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|||||||
Reference in New Issue
Block a user