Skip to content

Commit

Permalink
ci: use token in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Feb 3, 2025
1 parent b7478eb commit f5e38a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
push:
branches:
- "main"
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
needs: create-release
Expand Down

0 comments on commit f5e38a9

Please sign in to comment.