Skip to content

Commit

Permalink
Update Packagist through Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 2, 2024
1 parent 14d0e95 commit 80c0009
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/packagist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Packagist

on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update packagist
uses: mnavarrocarter/[email protected]
with:
username: "friendlycaptcha"
api_token: ${{ secrets.PACKAGIST_API_TOKEN }}
package_name: friendlycaptcha/sdk # No need to be explicit if you have checked out a composer.json

0 comments on commit 80c0009

Please sign in to comment.