File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed
Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ name : docs-build
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request_target : ~
8+ merge_group : ~
9+
10+ jobs :
11+ docs-preview :
12+ uses : elastic/docs-builder/.github/workflows/preview-build.yml@main
13+ with :
14+ path-pattern : docs/**
15+ permissions :
16+ deployments : write
17+ id-token : write
18+ contents : read
19+ pull-requests : read
Original file line number Diff line number Diff line change 1+ name : docs-cleanup
2+
3+ on :
4+ pull_request_target :
5+ types :
6+ - closed
7+
8+ jobs :
9+ docs-preview :
10+ uses : elastic/docs-builder/.github/workflows/preview-cleanup.yml@main
11+ permissions :
12+ contents : none
13+ id-token : write
14+ deployments : write
Original file line number Diff line number Diff line change 4343 if : ${{ ! startsWith(github.ref, 'refs/tags') }}
4444
4545 - name : generate build provenance
46- uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
46+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
4747 with :
4848 subject-path : " ${{ github.workspace }}/pkg/*.gem"
4949
You can’t perform that action at this time.
0 commit comments