Skip to content

Commit

Permalink
Update .github/workflows/ct_reusable_monitoring.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Hayden B <[email protected]>
Signed-off-by: Linus Sun <[email protected]>
Signed-off-by: linus-sun <[email protected]>
  • Loading branch information
linus-sun and haydentherapper committed Nov 21, 2024
1 parent 0738a29 commit 3729b36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ct_reusable_monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ on:
type: boolean
config:
description: 'multiline yaml of configuration settings for identity monitor run'
required: true
required: false
type: string

permissions:
contents: read

env:
UPLOADED_LOG_NAME: checkpoint
LOG_FILE: checkpoint_log.txt
UPLOADED_LOG_NAME: ct_checkpoint
LOG_FILE: ct_checkpoint_log.txt

jobs:
detect-workflow:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: cat ${{ env.LOG_FILE }}
# Skip on first run
continue-on-error: true
- run: go run ./cmd/ct_monitor --config ${{ inputs.config }} --file ${{ env.LOG_FILE }} --once=${{ inputs.once }}"
- run: go run ./cmd/ct_monitor --config ${{ inputs.config }} --file ${{ env.LOG_FILE }} --once=${{ inputs.once }}
- name: Upload checkpoint
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ permissions:

env:
UPLOADED_LOG_NAME: checkpoint
LOG_FILE: checkpoint_log.txt
LOG_FILE: checkpoint.txt

jobs:
detect-workflow:
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ jobs:
- certSubject: https://github\.com/actions/starter-workflows/blob/main/\.github/workflows/lint\.yaml@.*
issuers:
- https://token\.actions\.githubusercontent\.com
subjects:
- subject@domain\.com
fingerprints:
- A0B1C2D3E4F5
fulcioExtensions:
build-config-uri:
- https://example.com/owner/repository/build-config.yml
Expand Down

0 comments on commit 3729b36

Please sign in to comment.