Skip to content

Commit

Permalink
Remove redundant variables
Browse files Browse the repository at this point in the history
  • Loading branch information
koncar committed Dec 7, 2023
1 parent 816850e commit a52d2bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
token: ${{ secrets.SHIPA_GITHUB_TOKEN }}
submodules: recursive

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down Expand Up @@ -93,10 +90,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
token: ${{ secrets.SHIPA_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
submodules: recursive

- name: Docker meta
id: meta
Expand Down

0 comments on commit a52d2bf

Please sign in to comment.