Skip to content

Commit

Permalink
try removing the GITHUB_TOKEN input
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Aug 26, 2024
1 parent 9f9be47 commit f86c8e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ jobs:
});
core.setOutput('id', release.data.id)
core.setOutput('tag_name', release.data.tag_name)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifacts
run: |
find artifacts -type f -exec gh release upload ${{ steps.release.outputs.tag_name }} {} \;
Expand All @@ -205,8 +203,6 @@ jobs:
release_id: ${{ steps.release.outputs.id }},
draft: false
})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: "20.x"
Expand Down

0 comments on commit f86c8e3

Please sign in to comment.