CI: specify environment for fedora-daily workflow
otherwise it doesn't have access to the secrets it needs
This commit is contained in:
1
.github/workflows/fedora-daily.yml
vendored
1
.github/workflows/fedora-daily.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
trigger-copr-build:
|
||||
environment: fedora-daily
|
||||
env:
|
||||
copr_token: ${{ secrets.COPR_TOKEN }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user