1 parent fc17f5c commit aa883a2Copy full SHA for aa883a2
3 files changed
.github/workflows/_diffcalc_processor.yml
@@ -37,6 +37,8 @@ jobs:
37
name: Run
38
runs-on: self-hosted
39
timeout-minutes: 1440
40
+ permissions:
41
+ contents: read
42
43
outputs:
44
target: ${{ steps.run.outputs.target }}
.github/workflows/deploy.yml
@@ -6,6 +6,8 @@ on:
6
- '*.*.*'
7
- '!*-*'
8
9
+permissions: {}
10
+
11
jobs:
12
notify_pending_production_deploy:
13
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -45,6 +45,8 @@ on:
45
default: ""
46
type: string
47
48
49
50
51
# ═══════════════════════════════════════════════════════════════════════════════
52
# Determine version (shared across all platform jobs)
0 commit comments