Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow build-tags to run on forks #13970

Merged
merged 1 commit into from Mar 22, 2024
Merged

Commits on Mar 22, 2024

  1. Allow build-tags to run on forks

    build-tags uses: PowerDNS/pdns/.github/workflows/build-packages.yml@master
    As of f107ec6, 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.
    jsoref committed Mar 22, 2024
    Copy the full SHA
    8c4888c View commit details
    Browse the repository at this point in the history