File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : " changelog"
2
+ permissions :
3
+ contents : write
2
4
on :
3
5
push :
4
6
tags :
17
19
uses : mikepenz/release-changelog-builder-action@v2
18
20
with :
19
21
configuration : " .github/changelog-configuration.json"
20
- permissions :
21
- contents : write
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
28
28
tag_name : ${{ github.ref }}
29
29
release_name : ${{ github.ref }}
30
30
body : ${{steps.github_release.outputs.changelog}}
31
- permissions :
32
- contents : write
33
31
env :
34
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
name : Build and Deploy to GitHub Pages
2
+ permissions :
3
+ contents : write
2
4
on :
3
5
push :
4
6
tags :
8
10
runs-on : ubuntu-latest
9
11
steps :
10
12
- name : Checkout 🛎️
11
- uses : actions/checkout@v2.3.1
13
+ uses : actions/checkout@v4
12
14
13
15
- name : Install and Build
14
16
run : |
15
17
yarn
16
18
make build-example
17
19
18
20
- name : Deploy 🚀
19
- uses : JamesIves/github-pages-deploy-action@4.0.0
21
+ uses : JamesIves/github-pages-deploy-action@v4
20
22
with :
21
23
branch : gh-pages # The branch the action should deploy to.
22
24
folder : examples # The folder the action should deploy.
You can’t perform that action at this time.
0 commit comments