Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
SWI-0000 Fix LTS Workflow (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel authored Apr 17, 2023
1 parent ed42cbd commit 6868ed1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Create LTS Versions
on:
schedule:
- cron: '0 0 1,16 * *'
workflow_dispatch:

jobs:
lts_needed:
Expand Down Expand Up @@ -38,6 +39,8 @@ jobs:
TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
LTS_ZIP: ${{ needs.lts_needed.outputs.new_lts_zip }}
REL_NAME: ${{ needs.lts_needed.outputs.release_name }}
GOOGLE_ANALYTICS_TRACKING_ID: "12345"
GTAG_TRACKING_ID: "12345"

- name: Update Bucket Name
id: bucket_name
Expand Down

0 comments on commit 6868ed1

Please sign in to comment.