Skip to content

Commit

Permalink
Rename GITHUB_TOKEN -> ACTION_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnvaps committed Nov 5, 2023
1 parent 2888259 commit efdc9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RaspberryPi3-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@ jobs:
name: R${{ env.DATE }} for ${{ env.FIRMWARE_TAG }}
allowUpdates: true
tag: ${{ env.FIRMWARE_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTION_TOKEN }}
artifacts: ${{ env.FIRMWARE_PATH }}/*
body: |
**This is OpenWrt Firmware for ${{ env.FIRMWARE_TAG }}**
* 这是 ${{ env.FIRMWARE_TAG }} 使用的 OpenWrt 固件
默认 IP:192.168.1.1 默认密码:password
默认 IP:192.168.13.111 默认密码:password
当前使用版本:【编译前的最后一次[➦主源码](https://github.com/coolsnowwolf/lede)更新记录】
${{ env.VERSION_INFO }}
2 changes: 1 addition & 1 deletion .github/workflows/RaspberryPi4-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
name: R${{ env.DATE }} for ${{ env.FIRMWARE_TAG }}
allowUpdates: true
tag: ${{ env.FIRMWARE_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTION_TOKEN }}
artifacts: ${{ env.FIRMWARE_PATH }}/*
body: |
**This is OpenWrt Firmware for ${{ env.FIRMWARE_TAG }}**
Expand Down

0 comments on commit efdc9c4

Please sign in to comment.