Skip to content

Merge pull request #466 from WPChill/security-update #5

Merge pull request #466 from WPChill/security-update

Merge pull request #466 from WPChill/security-update #5

Workflow file for this run

name: Strong Testimonials Deploy
on:
push:
tags:
- '*'
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recursive'
token: ${{ secrets.ACCESS_TOKEN }}
- name: Update submodules
run: |
git config --global url."https://${{ secrets.ACCESS_TOKEN }}@github.com/".insteadOf "https://github.com/"
git submodule update --init --recursive
- name: Strong Testimonials Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: strong-testimonials