Skip to content

Commit db3ea38

Browse files
chore(ci): Maximize CI/CD values (Dependabot & Permissions) (#23)
This automated PR updates your CI/CD configurations to maximize value and security. - **Dependabot**: Ensures `github-actions` is monitored for updates. - **Security**: Adds `permissions: read-all` to workflows missing explicit permissions.
1 parent 307abea commit db3ea38

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.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)