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 a51667b commit 9f97be3Copy full SHA for 9f97be3
.github/workflows/deploy-tag.yml
@@ -20,8 +20,9 @@ jobs:
20
name: Deploy Tag
21
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
22
permissions:
23
- contents: read
+ contents: write
24
issues: write
25
+ pull-requests: write
26
attestations: write
27
id-token: write
28
with:
0 commit comments