Skip to content

Commit

Permalink
fix: secrets error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 12, 2023
1 parent 20e6c19 commit 0a19aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 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 }}

...
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@master
with:
os: ubuntu-latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

...

0 comments on commit 0a19aac

Please sign in to comment.