mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
COPR: Switch to forked GitHub Action (#5871)
This commit is contained in:
parent
e466bf2475
commit
9566d6ffd4
6
.github/workflows/hook_copr.yml
vendored
6
.github/workflows/hook_copr.yml
vendored
@ -25,12 +25,8 @@ jobs:
|
|||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Install Python dependencies
|
|
||||||
run: |
|
|
||||||
pip install requests
|
|
||||||
|
|
||||||
- name: Trigger COPR build
|
- name: Trigger COPR build
|
||||||
uses: akdev1l/copr-build@main
|
uses: vidplace7/copr-build@main
|
||||||
id: copr_build
|
id: copr_build
|
||||||
env:
|
env:
|
||||||
COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }}
|
COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }}
|
||||||
|
Loading…
Reference in New Issue
Block a user