added workflow

This commit is contained in:
Sohrab Behdani 2025-02-20 18:42:33 +03:30
parent d5c3acaf6e
commit 90d38ab17e

View file

@ -0,0 +1,25 @@
name: arkdep_build
on:
workflow_dispatch:
#push:
# branches:
# - '**'
#schedule:
# - cron: '30 6 1 * *'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
EDITION: [apadana-kde]
steps:
- id: arkdep-build
uses: manjaro/arkdep-action@main
with:
edition: ${{ matrix.edition }}
arkdep-profiles-repo: "https://git.parchlinux.com/apadana/arkdep-variants.git"
s3-cfg: ${{ secrets.S3_CFG }}
s3-cdn77-bearer: ${{ secrets.S3_CDN77_BEARER }}
s3-cdn77-id: ${{ secrets.S3_CDN77_ID }}