Skip to content

Commit

Permalink
GH_TOKEN or GITHUB_TOKEN?
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Jun 6, 2024
1 parent dba1ed2 commit 85b2dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildReleaseInclDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
steps:
- name: run-online-deploy
run: |
gh workflow run buildAndDeployMedleyDocker.yml --repo Interlisp/online --ref master
gh workflow run buildAndDeployMedleyDocker.yml --repo Interlisp/online
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85b2dda

Please sign in to comment.