Skip to content

Commit

Permalink
Build provenance attestation now happens directly in plugin-infrastru…
Browse files Browse the repository at this point in the history
…cture.
  • Loading branch information
johnbillion committed Jan 2, 2025
1 parent 0609c7d commit 56c839a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,3 @@ jobs:
secrets:
WPORG_SVN_USERNAME: ${{ secrets.WPORG_SVN_USERNAME }}
WPORG_SVN_PASSWORD: ${{ secrets.WPORG_SVN_PASSWORD }}

attest:
name: Generate attestation
runs-on: ubuntu-latest
permissions:
attestations: write
contents: read
id-token: write
timeout-minutes: 70
needs: deploy
steps:
- name: Attest
uses: johnbillion/[email protected]
with:
version: ${{ needs.deploy.outputs.version }}
zip-path: ${{ needs.deploy.outputs.zip-path }}

0 comments on commit 56c839a

Please sign in to comment.