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