Skip to content

Commit

Permalink
Merge pull request #7 from wayofdev/feat/labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 12, 2023
2 parents 00bf884 + d342e88 commit 75d523b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
os: ubuntu-latest
branch: master
package-name: laravel-cycle-starter-tpl
secrets:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

...
11 changes: 5 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ name: 🏷️ Add labels

jobs:
label:
runs-on: ubuntu-latest
steps:
- name: 🏷️ Apply labels
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@master
with:
os: ubuntu-latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

...

0 comments on commit 75d523b

Please sign in to comment.