Skip to content

Commit f161633

Browse files
committed
WIP
1 parent e4d47ce commit f161633

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-deps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ on:
88
push:
99
branches:
1010
- main
11+
- fix-ci
1112
workflow_dispatch:
1213

1314
permissions:
14-
contents: write # To modify files and create commits
15+
contents: write # To modify files and create commits
1516
pull-requests: write # To create and update pull requests
16-
actions: write # To cancel previous workflow runs
17+
actions: write # To cancel previous workflow runs
1718

1819
jobs:
1920
update-cli:

0 commit comments

Comments
 (0)