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
提示信息:
Run svenstaro/upload-release-action@v2
with:
repo_name: hedahong/lede-for-r2s
file: ./lede/artifact.zip
asset_name: 发布 R2S-Lean-firmware-2020-10-19.zip
tag: refs/heads/main
overwrite: true
body: by dosar
env:
SSH_ACTIONS: true
TZ: Asia/Shanghai
Error: Input required and not supplied: repo_token
.yml 文件配置:
- name: Upload binaries to release
#uses: svenstaro/upload-release-action@v2
#uses: softprops/action-gh-release@v1
uses: actions/upload-artifact@master
with:
repo_name: hedahong/lede-for-r2s
# A personal access token for the GitHub repository in which the release will be created and edited.
# It is recommended to create the access token with the following scopes: repo, user, admin:repo_hook.
repo_token: ${{ secrets.sec_token }}
file: ./lede/artifact.zip
asset_name: 发布 ${{ steps.assemble_artifact.outputs.release_tag }}.zip
tag: ${{ github.ref }}
overwrite: true
body: "by dosar"
没太理解 这个 repo_token 是配啥token ,把 repo_token 和 tag 这俩行注解掉行吗。
The text was updated successfully, but these errors were encountered:
Error: Input required and not supplied: repo_token
.yml 文件配置:
- name: Upload binaries to release
#uses: svenstaro/upload-release-action@v2
#uses: softprops/action-gh-release@v1
uses: actions/upload-artifact@master
with:
repo_name: hedahong/lede-for-r2s
# A personal access token for the GitHub repository in which the release will be created and edited.
# It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`.
repo_token: ${{ secrets.sec_token }}
file: ./lede/artifact.zip
asset_name: 发布 ${{ steps.assemble_artifact.outputs.release_tag }}.zip
tag: ${{ github.ref }}
overwrite: true
body: "by dosar"
没太理解 这个 repo_token 是配啥token ,把 repo_token 和 tag 这俩行注解掉行吗。
提示信息:
Run svenstaro/upload-release-action@v2
with:
repo_name: hedahong/lede-for-r2s
file: ./lede/artifact.zip
asset_name: 发布 R2S-Lean-firmware-2020-10-19.zip
tag: refs/heads/main
overwrite: true
body: by dosar
env:
SSH_ACTIONS: true
TZ: Asia/Shanghai
Error: Input required and not supplied: repo_token
.yml 文件配置:
- name: Upload binaries to release
#uses: svenstaro/upload-release-action@v2
#uses: softprops/action-gh-release@v1
uses: actions/upload-artifact@master
with:
repo_name: hedahong/lede-for-r2s
# A personal access token for the GitHub repository in which the release will be created and edited.
# It is recommended to create the access token with the following scopes:
repo, user, admin:repo_hook
.repo_token: ${{ secrets.sec_token }}
file: ./lede/artifact.zip
asset_name: 发布 ${{ steps.assemble_artifact.outputs.release_tag }}.zip
tag: ${{ github.ref }}
overwrite: true
body: "by dosar"
没太理解 这个 repo_token 是配啥token ,把 repo_token 和 tag 这俩行注解掉行吗。
The text was updated successfully, but these errors were encountered: