We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abd707 commit 1f82ad5Copy full SHA for 1f82ad5
1 file changed
.github/workflows/deploy.yml
@@ -20,15 +20,19 @@ on:
20
description: "The event-id of the slash command"
21
required: true
22
23
+permissions:
24
+ id-token: write
25
+ contents: read
26
+
27
jobs:
28
deploy:
29
runs-on: ubuntu-latest
30
steps:
- - uses: actions/checkout@v3
31
+ - uses: actions/checkout@v4
32
with:
33
persist-credentials: false
34
ref: ${{ github.ref }}
- - uses: actions/setup-node@v3
35
+ - uses: actions/setup-node@v34
36
37
node-version: 20
38
registry-url: "https://registry.npmjs.org"
0 commit comments