Skip to content

Commit

Permalink
Improve workflow for secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Apr 20, 2024
1 parent 641ac77 commit e2c74c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
BUILDKIT_PROGRESS: plain
DBMIGRATE_IMAGE: tjsrowe/tagtool:dbmigrate-${{ github.sha }}
API_IMAGE: tjsrowe/tagtool:${{ github.sha }}
TAGTOOL_GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
TAGTOOL_GITHUB_PAT_2: ${{ secrets.TAGTOOL_GITHUB_PAT }}

steps:
- name: Check out repositofy code
Expand Down Expand Up @@ -45,7 +43,6 @@ jobs:
context: .
builder: ${{ steps.buildx.outputs.name }}
secrets: |
id=github2,env=TAGTOOL_GITHUB_PAT
github=${{ secrets.GITHUB_TOKEN }}
file: Dockerfile.dbmigrate
push: ${{ github.actor != 'dependabot[bot]' }}
Expand All @@ -59,7 +56,6 @@ jobs:
context: .
builder: ${{ steps.buildx.outputs.name }}
secrets: |
id=github,env=TAGTOOL_GITHUB_PAT
github=${{ secrets.GITHUB_TOKEN }}
file: Dockerfile
push: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit e2c74c6

Please sign in to comment.