8000 [FSSDK-11446] update: experiment_id and variation_id added to notification listener payloads (#1030) · optimizely/javascript-sdk@c477d60 · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-11446] update: experiment_id and variation_id added to notific… #351

[FSSDK-11446] update: experiment_id and variation_id added to notific…

[FSSDK-11446] update: experiment_id and variation_id added to notific… #351

name: Source clear
on:
push:
branches: [ master ]
schedule:
# Runs "weekly"
- cron: '0 0 * * 0'
jobs:
source_clear:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Source clear scan
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
run: curl -sSL https://download.sourceclear.com/ci.sh | bash -s - scan
0