We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5196a commit c126958Copy full SHA for c126958
.github/workflows/push.yml
@@ -10,8 +10,7 @@ jobs:
10
11
call-test:
12
uses: ./.github/workflows/test.yml
13
- secrets:
14
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ secrets: inherit
15
16
call-publish:
17
needs: [call-format, call-test]
.github/workflows/test.yml
@@ -1,10 +1,6 @@
1
name: Test
2
3
-on:
4
- workflow_call:
5
6
- GITHUB_TOKEN:
7
- required: true
+on: [workflow_call]
8
9
jobs:
test:
0 commit comments