Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 1c1bea4

Browse files
committed
Update gha
1 parent 3db3e1c commit 1c1bea4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
pull_request:
66
release:
77

8-
permissions:
9-
packages: "write"
10-
contents: "read"
11-
id-token: "write"
12-
138
jobs:
149
lint:
1510
runs-on: "ubuntu-20.04"
@@ -22,6 +17,10 @@ jobs:
2217
runs-on: "ubuntu-20.04"
2318
needs:
2419
- "lint"
20+
permissions:
21+
packages: "write"
22+
contents: "read"
23+
id-token: "write"
2524
steps:
2625
- name: "Check out repository code"
2726
uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)