Skip to content

Commit ab9e9fb

Browse files
committed
test
Signed-off-by: ZePan110 <[email protected]>
1 parent 027e3c1 commit ab9e9fb

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
echo "VERSION_MINOR ${minor}" >> version.txt
3838
echo "VERSION_PATCH ${patch}" >> version.txt
3939
40-
- name: Commit changes
41-
run: |
42-
git add .
43-
git commit -s -m "Freeze OPEA images tag"
44-
git push
40+
# - name: Commit changes
41+
# run: |
42+
# git add .
43+
# git commit -s -m "Freeze OPEA images tag"
44+
# git push

.github/workflows/manual-image-build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
33

44
name: Build specific images on manual event
55
permissions:
6+
actions: read
67
contents: read
8+
checks: read
9+
deployments: read
10+
discussions: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
repository-projects: read
16+
statuses: read
17+
security-events: read
18+
id-token: write
19+
attestations: read
20+
models: read
721
on:
822
workflow_dispatch:
923
inputs:

0 commit comments

Comments
 (0)