Skip to content

Commit

Permalink
Test the attestation.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Aug 12, 2024
1 parent c86ad34 commit 7fbcf9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ on:
concurrency: WordPress.org

permissions:
attestations: write
contents: read
id-token: write
issues: write

jobs:
test:
name: Deploy Tag
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@attestation
with:
deploy: ${{ github.event_name != 'workflow_dispatch' }}
plugin: query-monitor
Expand Down

0 comments on commit 7fbcf9c

Please sign in to comment.