|
@@ -22,7 +22,7 @@ on:
|
|
default: ''
|
|
default: ''
|
|
|
|
|
|
env:
|
|
env:
|
|
- REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
|
|
|
|
|
|
+ TOKEN_KIDDIN9: ${{ secrets.TOKEN_KIDDIN9 }}
|
|
TZ: Asia/Shanghai
|
|
TZ: Asia/Shanghai
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
@@ -50,13 +50,13 @@ jobs:
|
|
|
|
|
|
- name: Trigger Packages Update
|
|
- name: Trigger Packages Update
|
|
run: |
|
|
run: |
|
|
- gitdate=$(curl -H "Authorization: token ${{ secrets.REPO_TOKEN }}" -s "https://api.github.com/repos/kiddin9/openwrt-packages/actions/runs" | jq -r '.workflow_runs[0].created_at')
|
|
|
|
|
|
+ gitdate=$(curl -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" -s "https://api.github.com/repos/kiddin9/openwrt-packages/actions/runs" | jq -r '.workflow_runs[0].created_at')
|
|
gitdate=$(date -d "$gitdate" +%s)
|
|
gitdate=$(date -d "$gitdate" +%s)
|
|
now=$(date -d "$(date)" +%s)
|
|
now=$(date -d "$(date)" +%s)
|
|
if [[ $(expr $gitdate + 120) < $now ]]; then
|
|
if [[ $(expr $gitdate + 120) < $now ]]; then
|
|
curl -X POST https://api.github.com/repos/kiddin9/openwrt-packages/dispatches \
|
|
curl -X POST https://api.github.com/repos/kiddin9/openwrt-packages/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
--data '{"event_type": "update"}'
|
|
--data '{"event_type": "update"}'
|
|
fi
|
|
fi
|
|
|
|
|
|
@@ -66,140 +66,140 @@ jobs:
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "x86_64 ${{ github.event.inputs.param }}", "client_payload": {"target": "x86_64"}}'
|
|
-d '{"event_type": "x86_64 ${{ github.event.inputs.param }}", "client_payload": {"target": "x86_64"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "x86_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "x86_generic"}}'
|
|
-d '{"event_type": "x86_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "x86_generic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "rockchip_armv8 ${{ github.event.inputs.param }}", "client_payload": {"target": "rockchip_armv8"}}'
|
|
-d '{"event_type": "rockchip_armv8 ${{ github.event.inputs.param }}", "client_payload": {"target": "rockchip_armv8"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
|
|
+ -d '{"event_type": "rockchip_rk3588_armv8 ${{ github.event.inputs.param }}", "client_payload": {"target": "rockchip_rk3588_armv8"}}'
|
|
|
|
+ curl \
|
|
|
|
+ -X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
|
|
+ -H "Accept: application/vnd.github.everest-preview+json" \
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "bcm27xx_bcm2711 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2711"}}'
|
|
-d '{"event_type": "bcm27xx_bcm2711 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2711"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "bcm27xx_bcm2710 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2710"}}'
|
|
-d '{"event_type": "bcm27xx_bcm2710 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2710"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "bcm27xx_bcm2709 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2709"}}'
|
|
-d '{"event_type": "bcm27xx_bcm2709 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2709"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "bcm27xx_bcm2708 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2708"}}'
|
|
-d '{"event_type": "bcm27xx_bcm2708 ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm27xx_bcm2708"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "armsr_armv8 ${{ github.event.inputs.param }}", "client_payload": {"target": "armsr_armv8"}}'
|
|
-d '{"event_type": "armsr_armv8 ${{ github.event.inputs.param }}", "client_payload": {"target": "armsr_armv8"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "mediatek_mt7622 ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_mt7622"}}'
|
|
-d '{"event_type": "mediatek_mt7622 ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_mt7622"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "mediatek_filogic ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_filogic"}}'
|
|
-d '{"event_type": "mediatek_filogic ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_filogic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "mediatek_mt7981 ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_mt7981"}}'
|
|
-d '{"event_type": "mediatek_mt7981 ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_mt7981"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ipq50xx_arm ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq50xx_arm"}}'
|
|
-d '{"event_type": "ipq50xx_arm ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq50xx_arm"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
- -d '{"event_type": "mediatek_mt7986 ${{ github.event.inputs.param }}", "client_payload": {"target": "mediatek_mt7986"}}'
|
|
|
|
- curl \
|
|
|
|
- -X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
|
|
- -H "Accept: application/vnd.github.everest-preview+json" \
|
|
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ramips_mt7621 ${{ github.event.inputs.param }}", "client_payload": {"target": "ramips_mt7621"}}'
|
|
-d '{"event_type": "ramips_mt7621 ${{ github.event.inputs.param }}", "client_payload": {"target": "ramips_mt7621"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ramips_mt7620 ${{ github.event.inputs.param }}", "client_payload": {"target": "ramips_mt7620"}}'
|
|
-d '{"event_type": "ramips_mt7620 ${{ github.event.inputs.param }}", "client_payload": {"target": "ramips_mt7620"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ramips_mt76x8 ${{ github.event.inputs.param }}", "client_payload": {"target": "ramips_mt76x8"}}'
|
|
-d '{"event_type": "ramips_mt76x8 ${{ github.event.inputs.param }}", "client_payload": {"target": "ramips_mt76x8"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ipq807x_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq807x_generic"}}'
|
|
-d '{"event_type": "ipq807x_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq807x_generic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ipq40xx_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq40xx_generic"}}'
|
|
-d '{"event_type": "ipq40xx_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq40xx_generic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "kirkwood_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "kirkwood_generic"}}'
|
|
-d '{"event_type": "kirkwood_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "kirkwood_generic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ipq806x_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq806x_generic"}}'
|
|
-d '{"event_type": "ipq806x_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq806x_generic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ipq807x_ipq60xx ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq807x_ipq60xx"}}'
|
|
-d '{"event_type": "ipq807x_ipq60xx ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq807x_ipq60xx"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "meson_meson8b ${{ github.event.inputs.param }}", "client_payload": {"target": "meson_meson8b"}}'
|
|
-d '{"event_type": "meson_meson8b ${{ github.event.inputs.param }}", "client_payload": {"target": "meson_meson8b"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ipq60xx_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq60xx_generic"}}'
|
|
-d '{"event_type": "ipq60xx_generic ${{ github.event.inputs.param }}", "client_payload": {"target": "ipq60xx_generic"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "mvebu_cortexa9 ${{ github.event.inputs.param }}", "client_payload": {"target": "mvebu_cortexa9"}}'
|
|
-d '{"event_type": "mvebu_cortexa9 ${{ github.event.inputs.param }}", "client_payload": {"target": "mvebu_cortexa9"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "bcm53xx ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm53xx"}}'
|
|
-d '{"event_type": "bcm53xx ${{ github.event.inputs.param }}", "client_payload": {"target": "bcm53xx"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "sunxi_cortexa53 ${{ github.event.inputs.param }}", "client_payload": {"target": "sunxi_cortexa53"}}'
|
|
-d '{"event_type": "sunxi_cortexa53 ${{ github.event.inputs.param }}", "client_payload": {"target": "sunxi_cortexa53"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "sunxi_cortexa7 ${{ github.event.inputs.param }}", "client_payload": {"target": "sunxi_cortexa7"}}'
|
|
-d '{"event_type": "sunxi_cortexa7 ${{ github.event.inputs.param }}", "client_payload": {"target": "sunxi_cortexa7"}}'
|
|
curl \
|
|
curl \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
- -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
|
|
|
+ -H "Authorization: token ${{ secrets.TOKEN_KIDDIN9 }}" \
|
|
-d '{"event_type": "ath79_nand ${{ github.event.inputs.param }}", "client_payload": {"target": "ath79_nand"}}'
|
|
-d '{"event_type": "ath79_nand ${{ github.event.inputs.param }}", "client_payload": {"target": "ath79_nand"}}'
|