Skip to content

Commit

Permalink
Merge pull request #13970 from jsoref/build-tags-permissions
Browse files Browse the repository at this point in the history
Allow build-tags to run on forks
  • Loading branch information
Habbie committed Mar 22, 2024
2 parents f107ec6 + 8c4888c commit a481509
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-tags.yml
Expand Up @@ -8,6 +8,11 @@ on:
- 'dnsdist-*'
- 'rec-*'

permissions:
actions: read
id-token: write
contents: write

jobs:
call-build-packages-auth:
uses: PowerDNS/pdns/.github/workflows/build-packages.yml@master
Expand Down

0 comments on commit a481509

Please sign in to comment.