Skip to content

Commit 8068a89

Browse files
committed
Attempt to remove warning in workflow
1 parent e3ccb90 commit 8068a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
uses: octokit/request-action@v2.x
1515
id: get_default_branch
1616
with:
17-
route: GET /repos/{owner}/{repo}
18-
owner: BimberLab
19-
repo: DiscvrLabKeyModules
17+
route: GET /repos/${{ github.repository }}
2018
env:
2119
GITHUB_TOKEN: ${{ secrets.PAT }}
2220

@@ -31,6 +29,8 @@ jobs:
3129
artifactory_password: ${{secrets.artifactory_password}}
3230
# NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
3331
github_token: ${{ secrets.PAT }}
32+
env:
33+
GENERATE_DIST: 1
3434

3535
# See: https://github.com/marketplace/actions/automatic-releases
3636
- name: Deploy Build

0 commit comments

Comments
 (0)