build(deps): bump LizardByte/homebrew-release-action from 2024.919.145818 to 2024.1105.185654 in the lizardbyte-actions group #329
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI Copr | |
on: | |
pull_request: | |
branches: | |
- master | |
types: | |
- opened | |
- synchronize | |
- reopened | |
release: | |
types: | |
- prereleased | |
- released | |
concurrency: | |
group: "${{ github.workflow }}-${{ github.ref }}" | |
cancel-in-progress: true | |
jobs: | |
call-copr-ci: | |
uses: LizardByte/copr-ci/.github/workflows/copr-ci.yml@master | |
with: | |
copr_pr_webhook_token: "05fc9b07-a19b-4f83-89b2-ae1e7e0b5282" | |
github_org_owner: LizardByte | |
copr_ownername: lizardbyte | |
auto_update_package: true | |
job_timeout: 60 | |
secrets: | |
COPR_BETA_WEBHOOK_TOKEN: ${{ secrets.COPR_BETA_WEBHOOK_TOKEN }} | |
COPR_STABLE_WEBHOOK_TOKEN: ${{ secrets.COPR_STABLE_WEBHOOK_TOKEN }} | |
COPR_CLI_CONFIG: ${{ secrets.COPR_CLI_CONFIG }} |