Skip to content

Commit 0b37964

Browse files
committed
updated token
1 parent c24173a commit 0b37964

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/continuous_deployment.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,19 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions-rs/toolchain@v1
12+
- uses: actions-rs/toolchain@v1.0.6
1313
with:
1414
toolchain: stable
1515
target: wasm32-unknown-unknown
1616

17-
- uses: jetli/trunk-action@v0.1.0
18-
- uses: jetli/wasm-bindgen-action@v0.1.0
17+
- uses: jetli/trunk-action@v0.4.0
18+
- uses: jetli/wasm-bindgen-action@v0.2.0
1919

2020
- uses: actions/checkout@v3
2121

2222
- run: trunk build --release
2323

2424
- uses: peaceiris/actions-gh-pages@v3.9.3
25-
if: github.ref == 'refs/heads/main'
2625
with:
27-
github_token: $
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
2827
publish_dir: ./dist

0 commit comments

Comments
 (0)