File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Federation Integration Tests
2
2
3
3
on :
4
4
workflow_call :
5
+ secrets :
6
+ token :
7
+ required : false
5
8
6
9
jobs :
7
10
composition :
71
74
defaults :
72
75
run :
73
76
working-directory : integration/federation-compatibility
74
- permissions :
75
- issues : write
76
77
77
78
steps :
78
79
- name : Checkout Repository
@@ -101,4 +102,4 @@ jobs:
101
102
failOnWarning : true
102
103
failOnRequired : true
103
104
workingDirectory : ' integration/federation-compatibility'
104
- token : ${{ secrets.GITHUB_TOKEN }}
105
+ token : ${{ secrets.token }}
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
federation-integration :
13
+ permissions :
14
+ issues : write
13
15
uses : ./.github/workflows/federation-integration.yml
16
+ secrets :
17
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments