|
19 | 19 | uses: actions/checkout@v6 |
20 | 20 | with: |
21 | 21 | fetch-depth: 0 # fetch all tags |
| 22 | + persist-credentials: false |
22 | 23 |
|
23 | 24 | - name: Get latest version |
24 | 25 | id: version |
@@ -52,13 +53,15 @@ jobs: |
52 | 53 | uses: actions/checkout@v6 |
53 | 54 | with: |
54 | 55 | path: source |
| 56 | + persist-credentials: false |
55 | 57 |
|
56 | 58 | - name: Checkout target |
57 | 59 | uses: actions/checkout@v6 |
58 | 60 | with: |
59 | 61 | repository: codeigniter4/framework |
60 | 62 | token: ${{ secrets.ACCESS_TOKEN }} |
61 | 63 | path: framework |
| 64 | + persist-credentials: false |
62 | 65 |
|
63 | 66 | - name: Chmod |
64 | 67 | run: chmod +x ./source/.github/scripts/deploy-framework |
@@ -102,13 +105,15 @@ jobs: |
102 | 105 | uses: actions/checkout@v6 |
103 | 106 | with: |
104 | 107 | path: source |
| 108 | + persist-credentials: false |
105 | 109 |
|
106 | 110 | - name: Checkout target |
107 | 111 | uses: actions/checkout@v6 |
108 | 112 | with: |
109 | 113 | repository: codeigniter4/appstarter |
110 | 114 | token: ${{ secrets.ACCESS_TOKEN }} |
111 | 115 | path: appstarter |
| 116 | + persist-credentials: false |
112 | 117 |
|
113 | 118 | - name: Chmod |
114 | 119 | run: chmod +x ./source/.github/scripts/deploy-appstarter |
@@ -152,13 +157,15 @@ jobs: |
152 | 157 | uses: actions/checkout@v6 |
153 | 158 | with: |
154 | 159 | path: source |
| 160 | + persist-credentials: false |
155 | 161 |
|
156 | 162 | - name: Checkout target |
157 | 163 | uses: actions/checkout@v6 |
158 | 164 | with: |
159 | 165 | repository: codeigniter4/userguide |
160 | 166 | token: ${{ secrets.ACCESS_TOKEN }} |
161 | 167 | path: userguide |
| 168 | + persist-credentials: false |
162 | 169 |
|
163 | 170 | - name: Setup Python |
164 | 171 | uses: actions/setup-python@v6 |
|
0 commit comments