GitHub Actions with hub results in Unauthorized (HTTP 401) Bad credentials

前端 未结 0 1033
灰色年华
灰色年华 2021-01-26 09:40

The following exemplary workflow runs without issues:

on: [push]

jobs:
  create_release:
    runs-on: ubuntu-latest
    env:
      GITHUB_TOKEN: ${{ secrets.GITH         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题