Skip to content

Commit

Permalink
Merge pull request #4 from ADORSYS-GIS/develop
Browse files Browse the repository at this point in the history
add args when calling docker
  • Loading branch information
yannicksiewe authored Aug 16, 2024
2 parents 4172ef5 + 3ce085a commit 76ca77b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN pip install --no-cache-dir -r requirements.txt
# Set the environment variables for the GitHub Action
ENV GITHUB_TOKEN=$GITHUB_TOKEN
ENV ADD_DESCRIPTION=$ADD_DESCRIPTION
ENV REPO_NAME=$REPO_NAME
ENV GITHUB_USERNAME=$GITHUB_USERNAME

# Run the script when the container starts
ENTRYPOINT ["python", "create_release.py"]
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ runs:
args:
- ${{ inputs.github_token }}
- ${{ inputs.add_description }}
- ${{ secrets.GITHUB_USERNAME }}
- ${{ secrets.REPO_NAME }}

0 comments on commit 76ca77b

Please sign in to comment.