The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/.github/workflows/update-version-durability.yml

40 lines
976 B

name: Update Version Durability
on:
workflow_dispatch:
workflow_call:
inputs:
LTS_VERSIONS:
required: false
type: string
secrets:
CI_PAT:
required: true
D360_TOKEN:
required: true
jobs:
update-versions:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6.0.0
with:
node-version: 22.16.0
- name: Install dependencies
run: |
cd ./.github/actions/update-version-durability
npm install
- name: Update Version Durability
uses: ./.github/actions/update-version-durability
with:
LTS_VERSIONS: ${{ inputs.LTS_VERSIONS != '' && inputs.LTS_VERSIONS || vars.LTS_VERSIONS }}
GH_TOKEN: ${{ secrets.CI_PAT }}
D360_TOKEN: ${{ secrets.D360_TOKEN }}
D360_ARTICLE_ID: 800f8d52-409d-478d-b560-f82a2c0eb7fb
PUBLISH: true