We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfed8a6 commit f485118Copy full SHA for f485118
.github/workflows/BuildAndPack.yml
@@ -70,6 +70,8 @@ jobs:
70
name: "Generate attestations and Create Release"
71
needs: build-and-test
72
runs-on: ubuntu-latest
73
+ # don't run on forks because they won't have permission
74
+ if: github.repository == 'andrewlock/NetEscapades.AspNetCore.SecurityHeaders'
75
permissions:
76
id-token: write
77
contents: write # write required for release creation
0 commit comments