Skip to content

Commit

Permalink
[workflow] Revert modification of github token
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
  • Loading branch information
rak-phillip committed Dec 12, 2024
1 parent 24660b7 commit 5814021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Upload Release Assets
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ env.RELEASE_VERSION }} build/${{ env.ARTIFACT_NAME }}.tar.gz build/${{ env.ARTIFACT_NAME }}.tar.gz.sha512sum
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "rancher-deskboard",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"private": false,
"engines": {
"node": ">=16"
},
"dependencies": {
"@rancher/shell": "3.0.0",
"cache-loader": "^4.1.0",
"color": "4.2.3",
"ip": "2.0.1",
"node-polyfill-webpack-plugin": "^3.0.0",
"@rancher/shell": "3.0.0"
"node-polyfill-webpack-plugin": "^3.0.0"
},
"resolutions": {
"@types/node": "~20.10.0",
Expand Down

0 comments on commit 5814021

Please sign in to comment.