Skip to content

Commit 8996d04

Browse files
committed
chore(ci): maximize ci/cd values via dependabot and permissions
1 parent dcd6bfb commit 8996d04

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/boj-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
name: BoJ Server Build Trigger
2-
32
on:
43
push:
5-
branches: [ main, master ]
4+
branches: [main, master]
65
workflow_dispatch:
7-
86
jobs:
97
trigger-boj:
108
runs-on: ubuntu-latest
119
steps:
1210
- name: Checkout
1311
uses: actions/checkout@v4
14-
1512
- name: Trigger BoJ Server (Casket/ssg-mcp)
1613
run: |
1714
# Send a secure trigger to boj-server to build this repository
1815
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
1916
continue-on-error: true
17+
permissions: read-all

0 commit comments

Comments
 (0)