Skip to content

Commit

Permalink
ci: fix canary backend auto release job (#6121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 15, 2024
1 parent f5108c6 commit 72a4bf5
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 72a4bf5

Please sign in to comment.