Skip to content

Commit cb19499

Browse files
committed
Update GithubActions
1 parent e72b8c4 commit cb19499

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: CI
33

4+
permissions: {}
5+
46
on:
57
push:
68
branches:
@@ -10,13 +12,17 @@ on:
1012
- '**'
1113
schedule:
1214
- cron: '0 4 1 * *'
15+
# Run workflow manually
16+
workflow_dispatch:
1317

1418
jobs:
1519
gulp:
1620
runs-on: ubuntu-latest
1721
steps:
1822
- name: Checkout repository
19-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
24+
with:
25+
persist-credentials: false
2026

2127
- name: Setup NodeJS
2228
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)