You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow automatically updates the profile README. It runs the update_readme.py script once per day. That script builds a new README file which includes some recent posts from freeCodeCamp.org
name: Update profile README
on:
schedule:
- cron: '0 0 * * *'# Runs every day at midnight UTC
workflow_dispatch: # Allows manual triggering of the workflow
permissions:
contents: write # Ensure the GITHUB_TOKEN has write permissions