Skip to content

Test Bit Dependency Update #837

Test Bit Dependency Update

Test Bit Dependency Update #837

Workflow file for this run

name: Test Bit Dependency Update
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
pull-requests: write
contents: write
jobs:
check-for-updates:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize Bit
uses: bit-tasks/init@v1
with:
ws-dir: 'test-data'
- name: Bit Update Dependencies
uses: bit-tasks/dependency-update@main
with:
allow: 'all'