Skip to content

Commit dfcce16

Browse files
authored
Change workflow permissions level (#2369)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent f09d80d commit dfcce16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual-freeze-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Freeze OPEA images release tag
5-
permissions:
6-
contents: write
5+
76
on:
87
workflow_dispatch:
98
inputs:
@@ -16,7 +15,8 @@ on:
1615
jobs:
1716
freeze-tag:
1817
runs-on: ubuntu-latest
19-
18+
permissions:
19+
contents: write
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2

0 commit comments

Comments
 (0)