Skip to content

Commit

Permalink
👷 add token in action ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanniel committed Jun 20, 2023
1 parent 07f85be commit e8aecc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build/release Electron app

on:
push:
tags: ["*"]

permissions:
contents: write

jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down Expand Up @@ -52,5 +53,6 @@ jobs:
dist/*.tar.gz
dist/*.yml
dist/*.blockmap
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rotion
# 📃 Rotion

An Electron application with React and TypeScript

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rotion",
"productName": "Rotion",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Notion alternative written with Electron",
"main": "./out/main/index.js",
"author": "Leandro Azanniel",
Expand Down

0 comments on commit e8aecc4

Please sign in to comment.