Add NLnet and NGI-Zero acknoledgements #92

Merged
linos merged 4 commits from acknowledgements into main 2024-12-31 11:36:53 +01:00
2 changed files with 42 additions and 0 deletions
Showing only changes of commit f0cb277cdf - Show all commits

View file

@ -0,0 +1,21 @@
name: Plugin asset/readme update on WordPress.org
on:
push:
branches:
- main
jobs:
trunk:
name: Push assets to trunk on WordPress.org
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: WordPress.org plugin asset/readme update
uses: https://github.com/10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: event-bridge-for-activitypub

View file

@ -0,0 +1,21 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "v*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: WordPress Plugin Deploy
uses: https://github.com/10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: event-bridge-for-activitypub