Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 84cbc14

Browse files
Merge pull request #27 from findy-network/set-token-to-env-variable
Set token as env variable to release job.
2 parents bb62e26 + c3aef82 commit 84cbc14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
idl/v1/agent.proto
2828
idl/v1/protocol.proto
2929
VERSION
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
merge:
3133
needs: e2e
3234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)