Update 2023_01_20_000000_create_roles_permissions_table.php #122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Laravel.php ACL | |
on: push | |
jobs: | |
cd: | |
runs-on: ubuntu-latest | |
steps: | |
- name: cd | |
uses: tripteki/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
repotoken: ${{ secrets.REPOSITORY_TOKEN }} | |
repouser: tripteki | |
repository: https://packagist.org | |
language: php | |
artifact: composer.json |