Skip to content

Commit 1f82ad5

Browse files
committed
Use OICD for publish
1 parent 6abd707 commit 1f82ad5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ on:
2020
description: "The event-id of the slash command"
2121
required: true
2222

23+
permissions:
24+
id-token: write
25+
contents: read
26+
2327
jobs:
2428
deploy:
2529
runs-on: ubuntu-latest
2630
steps:
27-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
2832
with:
2933
persist-credentials: false
3034
ref: ${{ github.ref }}
31-
- uses: actions/setup-node@v3
35+
- uses: actions/setup-node@v34
3236
with:
3337
node-version: 20
3438
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)