Skip to content

Commit

Permalink
chore: maybe we dont need all these env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jun 11, 2024
1 parent 0b20b57 commit 346608b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/copy-build-to-d2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ on:
- '[0-9]+.[0-9]+.x'

env:
GIT_AUTHOR_NAME: '@dhis2-bot'
GIT_AUTHOR_EMAIL: '[email protected]'
GIT_COMMITTER_NAME: '@dhis2-bot'
GIT_COMMITTER_EMAIL: '[email protected]'
NPM_TOKEN: ${{secrets.DHIS2_BOT_NPM_TOKEN}}
GH_TOKEN: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}

jobs:
Expand Down Expand Up @@ -47,4 +42,4 @@ jobs:
uses: dhis2/deploy-build@master
with:
build-dir: package
github-token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
github-token: ${{env.GH_TOKEN}}

0 comments on commit 346608b

Please sign in to comment.