Skip to content

Commit c30e78b

Browse files
committed
call dev
1 parent a43b822 commit c30e78b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/temp_test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
- cron: '*/2 * * * *'
99

1010
jobs:
11-
hello:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- run: echo world
11+
call-dev-workflow:
12+
uses: ./.github/workflows/dev.yml
13+
secrets: inherit
14+
permissions:
15+
contents: read
16+
packages: write

0 commit comments

Comments
 (0)