Skip to content

Commit

Permalink
Add permissions and install Subversion in manual deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soderlind committed Jan 17, 2025
1 parent c5c3bef commit ddea4ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual-deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
permissions:
attestations: write
contents: read
id-token: write
steps:
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
Expand Down

0 comments on commit ddea4ce

Please sign in to comment.