Skip to content

Commit

Permalink
added token
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 13, 2023
1 parent 910d334 commit 8fef9a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} default expires
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
tag_name: ${{ steps.version.outputs.version }}
Expand All @@ -55,6 +55,9 @@ jobs:

- name: Upload Release Artifacts
uses: actions/upload-release-asset@v1
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} default expires
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/myrobotlab.zip
Expand Down

0 comments on commit 8fef9a6

Please sign in to comment.