Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 12, 2024
1 parent 02202e2 commit 5b49004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
repo_name: bareboat-necessities/lysmarine_gen
# 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.YOUR_PERSONAL_ACCESS_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./dist/*.deb
file_glob: true
tag: vTest
Expand Down

0 comments on commit 5b49004

Please sign in to comment.