Skip to content
Limour edited this page Nov 7, 2021 · 4 revisions

Welcome to the daily_fudan wiki!

Q1:How to fix out of "[remote rejected] master -> master (refusing to allow a GitHub App to create or update workflow .github/workflows/main.yml without workflows permission) "?

  1. open URL https://github.com/settings/tokens q1result1
  2. create a token with all scopes and set Expiration to 'no expiration date' q1result2
  3. create secrets "GH_PAT" with the created token q1result3
  4. https://github.com/Limour-dev/daily_fudan/actions as an example q1result4

Q2:How to use my own schedule?

  1. determine your SCHEDULE for AM, such as "20 23" which means actions will run at a time in 20-23 (UTC)
  2. determine your SCHEDULE for PM, such as "5 9" which means actions will run at a time in 5-9 (UTC)
  3. determine your SCHEDULE for update SCHEDULE, such as "4 20" which means SCHEDULE will be updated when actions run at a time in 4-20 (UTC)
  4. create secrets "SCHEDULE" with "am_inf am_sup pm_inf pm_sup t_inf t_sup" such as "20 23 5 9 4 20" q2result4
  5. create secrets "GH_PAT" with the created token in Q1

Q3: How to delete the old fork

  1. click Settings
    ba4d84ed855e0ba5822116f6485c37a.png
  2. Scroll down
    a8ecfc5cbd67907022e1d9afb8ab16c.png
  3. confirm deletion
    4a7090747f59bfe35d7b04fc47b2774.png