Skip to content

Commit

Permalink
ci: fix canary backend auto release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 14, 2024
1 parent 7fdb1f2 commit 4c86bf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-automatically.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
schedule:
- cron: '0 9 * * *'

permissions:
contents: write
pull-requests: write
actions: write

jobs:
dispatch-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c86bf6

Please sign in to comment.