Skip to content

Commit

Permalink
ci: Update code-quality action to use latest (#124)
Browse files Browse the repository at this point in the history
ci: Use github token on release please, rather than PAT
  • Loading branch information
thelukewalton authored Jul 3, 2024
1 parent 3cc79b0 commit 7e19580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
- uses: ZebraDevs/[email protected].0
- uses: ZebraDevs/[email protected].1
with:
token: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ github.token }}

deploy-qa-demo:
name: Deploy preview version of the storybook on firebase
Expand Down

0 comments on commit 7e19580

Please sign in to comment.