Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login IBM Cloud 重启失败 #11

Closed
aiastia opened this issue Sep 8, 2020 · 5 comments
Closed

Login IBM Cloud 重启失败 #11

aiastia opened this issue Sep 8, 2020 · 5 comments

Comments

@aiastia
Copy link

aiastia commented Sep 8, 2020

Do you want to update? [y/N] >
FAILED
Unable to authenticate.

##[error]Process completed with exit code 1.

重启的失败 了 这个要怎么搞啊

@artxia
Copy link
Owner

artxia commented Sep 8, 2020

拉取一下最新代码,或者翻看修改记录自己对着改:

重启这里我有个变量写错了,昨天已经修复。
手动:找到auto_restart.yml文件,点编辑,将里面的${{ secrets.IBM_RGN }}改为us-south
同时建议自行手动删除 ibm_test.yaml

@artxia artxia changed the title Login IBM Cloud Login IBM Cloud 重启的失败 Sep 8, 2020
@artxia artxia pinned this issue Sep 8, 2020
@artxia artxia changed the title Login IBM Cloud 重启的失败 Login IBM Cloud 重启失败 Sep 8, 2020
@aiastia
Copy link
Author

aiastia commented Sep 8, 2020

auto_restart 这个一直不出来啊。编辑了 也提交了 好像没啥用

@artxia
Copy link
Owner

artxia commented Sep 8, 2020

auto_restart 这个一直不出来啊。编辑了 也提交了 好像没啥用

这个是定时启动的,如果需要手动启动:
将auto_restart.yml文件这段代码加在on:下面

  workflow_dispatch:
    inputs:

@aiastia
Copy link
Author

aiastia commented Sep 9, 2020

on:
#  push:
#    branches: [ master ]
#  pull_request:
#    branches: [ master ]
  schedule:
    - cron: 0 4 * * 5
#  watch:
#    types: [started]

 workflow_dispatch:
    inputs:

jobs:
  ibm-cloud-restart:
    runs-on: ubuntu-latest

这样吗? 好像跑不起来啊

@artxia
Copy link
Owner

artxia commented Sep 9, 2020

注意对齐

on:
  schedule:
    - cron: 0 4 * * 5
  workflow_dispatch:
    inputs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants