schedule #942
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: schedule | |
on: | |
schedule: | |
- cron: "20 0/6 * * *" | |
jobs: | |
check_and_update: | |
uses: mafalda-sfu/workflows/.github/workflows/schedule.yml@v1 | |
with: | |
destination-github-username: Mafalda-SFU | |
dependencies-update-latest: "@mafalda-sfu/* mediasoup" | |
destination-repository-name: Mafalda-SFU.github.io | |
reference-package-name: "@mafalda-sfu/scalabilitymodes" | |
update-script: scripts/update.js | |
user-email: [email protected] | |
user-name: Mafalda Bot | |
# Publish GitHub Packages Registry | |
gpr-npm-version_gistID: ${{ vars.GPR_NPM_VERSION_GISTID }} | |
secrets: | |
GIST_SECRET: ${{ secrets.GIST_SECRET }} | |
npm_token: ${{ secrets.npm_token }} | |
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} | |
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} |