Skip to content

Commit

Permalink
Add token to upload release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 9, 2024
1 parent be36f80 commit 3661693
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Git
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Create tarball
run: |
mkdir -p release
Expand Down Expand Up @@ -49,3 +44,5 @@ jobs:
asset_path: release/unipept-index.tar.gz
asset_name: unipept-index-${{ env.version }}.tar.gz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3661693

Please sign in to comment.