Skip to content

fix: env.local后才能读取环境变量,page.evaluate变量必须从外部显示的传入, 因为在浏览器上下文它是读取不了的 #179

fix: env.local后才能读取环境变量,page.evaluate变量必须从外部显示的传入, 因为在浏览器上下文它是读取不了的

fix: env.local后才能读取环境变量,page.evaluate变量必须从外部显示的传入, 因为在浏览器上下文它是读取不了的 #179

name: IssueManagementAutomation(勿动)
on:
schedule:
- cron: "0 1-9/3 * * *" #"0 18 * * *" "0 */6 * * *"
workflow_dispatch:
push:
branches:
- main
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
manage-issues:
runs-on: ubuntu-latest
steps:
- name: auto lock baipiao
uses: 14790897/[email protected]
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
gh_repo: ${{ github.repository }}
issue_labels: ${{ secrets.ISSUE_LABELS }}