workflow: fix permission
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 3m20s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 10:36:41 +07:00
parent e296f41198
commit 2dcd432802

View File

@@ -18,6 +18,7 @@ jobs:
npm install
- name: Testing APIs
run: |
chmod +x test.sh
./test.sh
- name: Build docker image
run: |