Skip to content

Commit 21d032e

Browse files
committed
some more tweaks
1 parent f15e20d commit 21d032e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pages.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: Continuous Delivery
2+
23
on: push
4+
5+
permissions:
6+
id-token: write
7+
38
jobs:
49
build:
510
runs-on: ubuntu-latest
611
steps:
7-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
813
with:
914
fetch_depth: 0
1015

0 commit comments

Comments
 (0)