Skip to content

Commit ec28adf

Browse files
committed
changed permissions
1 parent 35e1912 commit ec28adf

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
@@ -5,16 +5,20 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
id-token: write
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest
1115

1216
steps:
1317
- name: Checkout repository
14-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1519

1620
- name: Set up Node.js
17-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
1822
with:
1923
node-version: '22'
2024

0 commit comments

Comments
 (0)