CI: specify environment for fedora-daily workflow

otherwise it doesn't have access to the secrets it needs
This commit is contained in:
Adrian Insaurralde Avalos
2025-11-20 21:19:16 -03:00
parent d2100466d2
commit 95ff0357fc

View File

@@ -8,6 +8,7 @@ on:
jobs:
trigger-copr-build:
environment: fedora-daily
env:
copr_token: ${{ secrets.COPR_TOKEN }}
runs-on: ubuntu-latest