Skip to content

ci: generate provenance attestation from artifacts instead of files #215

ci: generate provenance attestation from artifacts instead of files

ci: generate provenance attestation from artifacts instead of files #215

Workflow file for this run

name: Push & Release 🌍
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.ref }}
cancel-in-progress: true
on:
release:
types:
- released
- prereleased
push:
branches:
- master
paths-ignore:
- '**/*.md'
jobs:
automation:
name: Automation πŸŽ›οΈ
if: ${{ github.repository == 'jellyfin/jellyfin-vue' }}
uses: ./.github/workflows/__automation.yml
secrets: inherit
main:
name: ${{ github.event_name == 'push' && 'Unstable πŸš€βš οΈ' || 'Stable πŸ·οΈβœ…' }}
uses: ./.github/workflows/__package.yml

Check failure on line 27 in .github/workflows/push_release.yml

View workflow run for this annotation

GitHub Actions / Push & Release 🌍

Invalid workflow file

The workflow is not valid. In .github/workflows/push_release.yml (Line: 27, Col: 11): Error from called workflow jellyfin/jellyfin-vue/.github/workflows/__package.yml@42d684f1e53e614cea97fbba61c10c9942a98e6e (Line: 51, Col: 22): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.os
secrets: inherit
# Needed for attestation publication
permissions:
id-token: write
attestations: write
with:
commit: ${{ github.event_name == 'push' && github.sha }}
is_prerelease: ${{ github.event_name == 'release' && github.event.action == 'prereleased' }}
tag_name: ${{ github.event_name == 'release' && github.event.release.tag_name }}
push: ${{ github.repository == 'jellyfin/jellyfin-vue' }}
codeql:
name: GitHub CodeQL πŸ”¬
uses: ./.github/workflows/__codeql.yml
permissions:
actions: read
contents: read
security-events: write
with:
commit: ${{ github.sha }}
deploy:
name: Deploy πŸš€
if: ${{ github.repository == 'jellyfin/jellyfin-vue' }}
uses: ./.github/workflows/__deploy.yml
needs:
- main
permissions:
contents: read
deployments: write
secrets: inherit
with:
branch: ${{ github.ref_name }}
comment: false