Skip to content

Commit 5c5dcfd

Browse files
authored
Add AKKA_REPO_TOKEN to CI workflow environment
1 parent 8030531 commit 5c5dcfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
build:
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.WORKFLOW_BUILD_TOKEN }}
14+
AKKA_REPO_TOKEN: ${{secrets.AKKA_REPO_TOKEN}}
1415
runs-on: ubuntu-latest
1516
steps:
1617

0 commit comments

Comments
 (0)