]> git.ipfire.org Git - thirdparty/pdns.git/commit
Allow build-tags to run on forks 15862/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 22 Mar 2024 12:33:44 +0000 (08:33 -0400)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 17 Jul 2025 10:17:32 +0000 (12:17 +0200)
commite9eab9476688cdf4f8dc337c2bef3e38c7d1b8ad
tree671a2c5e92fd16ef8e399d0f888bf84755d87a32
parent93e9075f95c807824bb160af48cda2901389a0be
Allow build-tags to run on forks

build-tags uses: PowerDNS/pdns/.github/workflows/build-packages.yml@master
As of f107ec62467b8779db9bbdb175721ef232ed52e5, that workflow requires:

    permissions:
      actions: read   # To read the workflow path.
      id-token: write # To sign the provenance.
      contents: write # To be able to upload assets as release artifacts

Per https://docs.github.com/en/actions/using-workflows/reusing-workflows
in order for this to work, the calling job (in build-tags) needs to
have the maximum required permissions in order for the calling workflow
to be run.

(cherry picked from commit 8c4888c19d4997d7e443c6ad4953e716ee5429b0)
.github/workflows/build-tags.yml