File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main
9
9
10
+ permissions :
11
+ pull-requests : write
12
+ contents : write
13
+
10
14
jobs :
11
15
test :
12
16
runs-on : ${{ matrix.os }}
13
- timeout-minutes : 5
17
+ timeout-minutes : 10
14
18
strategy :
15
19
fail-fast : true
16
20
matrix :
25
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
30
27
31
steps :
28
- - name : Get Token
29
- id : get_workflow_token
30
- uses : peter-murray/workflow-application-token-action@v2
31
- with :
32
- application_id : ${{ vars.FUELVIEWS_BOT_APP_ID}}
33
- application_private_key : ${{ secrets.FUELVIEWS_BOT_APP_PRIVATE_KEY }}
34
-
35
32
- name : Checkout code
36
33
uses : actions/checkout@v4
37
34
49
46
50
47
- name : Configure GitHub Token
51
48
env :
52
- GH_TOKEN : ${{ steps.get_workflow_token.outputs.token }}
49
+ GH_TOKEN : ${{ secrets.GHA_PERSONAL_ACCESS_TOKEN }}
53
50
run : |
54
51
git config --global url."https://${GH_TOKEN}@github.com/".insteadOf "https://github.com/"
55
52
git config --global url."https://${GH_TOKEN}@github.com/".insteadOf "[email protected] :"
64
61
65
62
- name : Execute tests
66
63
run : vendor/bin/pest --ci
64
+
You can’t perform that action at this time.
0 commit comments