Skip to content

Commit 2781dfb

Browse files
authored
Hotfix/improve GitHub api request (#63)
* Update: Use token when retrieving info via GitHub api * Update getCurrentCommitID.m Fixed variable name * Update run_tests.yml
1 parent a6670cb commit 2781dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
- name: Run tests
5757
if: always()
5858
uses: matlab-actions/run-command@v2
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5961
with:
6062
command: |
6163
doCreateBadge = "${{ matrix.MATLABVersion }}" == "${{ env.LatestMATLABVersion }}";

0 commit comments

Comments
 (0)