Skip to content

Commit

Permalink
(ci): use custom token and add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Dec 5, 2023
1 parent 4c6ab91 commit 405ab2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
# run only against tags
tags:
- "*"
workflow_dispatch:

permissions:
contents: write
Expand All @@ -31,5 +32,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_GH_ACTION_TOKEN }}
KO_DOCKER_REPO: ghcr.io/kameshsampath/grpc-todo-app

0 comments on commit 405ab2f

Please sign in to comment.