Add token to GH action

This commit is contained in:
Carlos Rodríguez Hernández
2021-12-26 19:38:40 +01:00
committed by GitHub
parent b98973930f
commit 6f3d128472

View File

@@ -11,3 +11,5 @@ jobs:
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}