Skip to content

Commit

Permalink
Create ONLINE_TOKEN to access online repo from medley repo workflows …
Browse files Browse the repository at this point in the history
…via gh
  • Loading branch information
fghalasz committed Jun 6, 2024
1 parent 85b2dda commit f4c998d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buildReleaseInclDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ jobs:
run: |
gh workflow run buildAndDeployMedleyDocker.yml --repo Interlisp/online
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ONLINE_TOKEN }}

0 comments on commit f4c998d

Please sign in to comment.