Skip to content

Commit

Permalink
maint: remove TICS log uploads (#1050)
Browse files Browse the repository at this point in the history
This was leaking the GITHUB_TOKEN which was active for a short period of
time, as shown by researcher.
Disabling the upload from their advice.
  • Loading branch information
didrocks authored Jul 16, 2024
2 parents dcd828f + 513bc62 commit cec1359
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tics-report-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,3 @@ jobs:
go build ./cmd/...
TICSQServer -project adsys -tmpdir /tmp/tics -branchdir .
- name: Archive TiCS logs
if: ${{ always() }}
run: tar -cvzf tics-logs.tar.gz /tmp/tics build.log
- name: Upload TiCS logs
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: tics-logs.zip
path: tics-logs.tar.gz

0 comments on commit cec1359

Please sign in to comment.