We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f6a42 commit 789a053Copy full SHA for 789a053
.github/workflows/eclair.yaml
@@ -94,7 +94,7 @@ jobs:
94
s3-access-key-id: ${{ secrets.TOOLDIST_ACCESS_KEY }}
95
s3-secret-access-key: ${{ secrets.TOOLDIST_SECRET_ACCESS_KEY }}
96
license-server: ${{ secrets.TOOLDIST_ECLAIR_LICENSE_SERVER }}
97
- license-key-ttl: 900
+ license-key-ttl: 240
98
99
- name: Set Up Python 3.12
100
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
@@ -133,6 +133,10 @@ jobs:
133
ver=`git describe`
134
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
135
echo "PAYLOAD_DESC=${ver}" >> $GITHUB_ENV
136
+ - name: Clean up
137
+ if: always()
138
+ run: |
139
+ eclair_licman -c 57350
140
141
- name: Upload SARIF as artifact
142
if: always() && github.event_name == 'push'
0 commit comments