Skip to content

Commit

Permalink
ci: add Github token to ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent 0bf72e7 commit e3e6eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: create-packages
on: [push]
env:
GH_TOKEN: ${{ github.token }}
jobs:
build-deb:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3e6eed

Please sign in to comment.