Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Jun 13, 2023
1 parent 4b385c8 commit d9d8c6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM python:3.11-slim

ARG GITHUB_TOKEN
ENV GITHUB_TOKEN ${GITHUB_TOKEN}

COPY requirements.txt requirements.txt
COPY dev-requirements.txt dev-requirements.txt

Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ branding:
runs:
using: docker
image: Dockerfile
with:
context: .
build-args: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d9d8c6c

Please sign in to comment.