Skip to content

build(deps): bump slsa-framework/slsa-github-generator #1

build(deps): bump slsa-framework/slsa-github-generator

build(deps): bump slsa-framework/slsa-github-generator #1

Workflow file for this run

---
name: Build packages for tags
on:
push:
tags:
- 'auth-*'
- 'dnsdist-*'
- 'rec-*'
jobs:
call-build-packages-auth:

Check failure on line 12 in .github/workflows/build-tags.yml

View workflow run for this annotation

GitHub Actions / Build packages for tags

Invalid workflow file

The workflow is not valid. .github/workflows/build-tags.yml (Line: 12, Col: 3): Error calling workflow 'PowerDNS/pdns/.github/workflows/build-packages.yml@master'. The nested job 'provenance-pkgs' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/build-tags.yml (Line: 12, Col: 3): Error calling workflow 'PowerDNS/pdns/.github/workflows/build-packages.yml@master'. The nested job 'provenance-src' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: PowerDNS/pdns/.github/workflows/build-packages.yml@master
if: startsWith(github.ref_name, 'auth')
with:
is_release: 'YES'
product: 'authoritative'
ref: ${{ github.ref_name }}
secrets:
DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
DOWNLOADS_AUTOBUILT_HOSTKEY: ${{ secrets.DOWNLOADS_AUTOBUILT_HOSTKEY }}
call-build-packages-dnsdist:
uses: PowerDNS/pdns/.github/workflows/build-packages.yml@master
if: startsWith(github.ref_name, 'dnsdist')
with:
is_release: 'YES'
product: 'dnsdist'
ref: ${{ github.ref_name }}
secrets:
DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
DOWNLOADS_AUTOBUILT_HOSTKEY: ${{ secrets.DOWNLOADS_AUTOBUILT_HOSTKEY }}
call-build-packages-rec:
uses: PowerDNS/pdns/.github/workflows/build-packages.yml@master
if: startsWith(github.ref_name, 'rec')
with:
is_release: 'YES'
product: 'recursor'
ref: ${{ github.ref_name }}
secrets:
DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
DOWNLOADS_AUTOBUILT_HOSTKEY: ${{ secrets.DOWNLOADS_AUTOBUILT_HOSTKEY }}