Skip to content

Commit

Permalink
use secrets for PAT
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <martmists@gmail.com>
  • Loading branch information
Martmists-GH committed Sep 3, 2024
1 parent 9c60b1e commit 720e4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/compose/binaries/main-release/deb/*.deb
token: ${{ secrets.GH_ACTIONS_TOKEN }}

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 720e4e0

Please sign in to comment.