Skip to content

Commit

Permalink
fix release bin
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-koshchei committed Oct 28, 2024
1 parent 8feafe4 commit a0ad994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [created]

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (

var RootApiKey string
var ProvidersFile string
var QStashCurrentSigningKey string = ""
var QStashNextSigningKey string = ""
var QStash bool
var QStashCurrentSigningKey string
var QStashNextSigningKey string
var QStash bool = false

func init() {
envFromFile("./.env")
Expand Down

0 comments on commit a0ad994

Please sign in to comment.