Skip to content

Commit

Permalink
fix: Fix automatic release pipeline by using correct github token for…
Browse files Browse the repository at this point in the history
… basic git operations (#4)
  • Loading branch information
mowies authored Oct 27, 2021
1 parent c5c7ac7 commit 0890822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.KEPTN_BOT_TOKEN }}

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 0890822

Please sign in to comment.