Skip to content

Commit 789a053

Browse files
committed
release license
Signed-off-by: Anas Nashif <[email protected]>
1 parent 41f6a42 commit 789a053

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/eclair.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
s3-access-key-id: ${{ secrets.TOOLDIST_ACCESS_KEY }}
9595
s3-secret-access-key: ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
9696
license-server: ${{ secrets.TOOLDIST_ECLAIR_LICENSE_SERVER }}
97-
license-key-ttl: 900
97+
license-key-ttl: 240
9898

9999
- name: Set Up Python 3.12
100100
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
@@ -133,6 +133,10 @@ jobs:
133133
ver=`git describe`
134134
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
135135
echo "PAYLOAD_DESC=${ver}" >> $GITHUB_ENV
136+
- name: Clean up
137+
if: always()
138+
run: |
139+
eclair_licman -c 57350
136140
137141
- name: Upload SARIF as artifact
138142
if: always() && github.event_name == 'push'

0 commit comments

Comments
 (0)