Skip to content

Commit 6ed750b

Browse files
authored
Merge pull request #2 from xefi/feature/packagist-deploy
Feature/packagist deploy
2 parents 22f3e99 + cb2af12 commit 6ed750b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Packagist Deploy
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
build:
9+
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
14+
15+
steps:
16+
- uses: actions/checkout@v3
17+
- uses: mnavarrocarter/packagist-update@v1.0.0
18+
with:
19+
username: "GautierDele"
20+
api_token: ${{ secrets.PACKAGIST_TOKEN }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ public function toSmsFactor(object $notifiable): SmsFactorMessage
6464
->sender('15554443333');
6565
}
6666
```
67+
68+
## Support

0 commit comments

Comments
 (0)