Skip to content

Commit 1d812fb

Browse files
authored
chore: Remove Unneeded Creds from Build - BED-8282 (#200)
* fix: cleanup build workflow * fix: publish workflow cleanup
1 parent a161a8a commit 1d812fb

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
tags: azurehound # temporary tag to simplify oci conversion
8282
labels: ${{ steps.meta.outputs.labels }}
8383
push: false
84-
secrets: |
85-
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
8684
# Multi-platform builds can not be loaded into local Docker Daemon
8785
outputs: type=oci,dest=/tmp/oci-image.tar
8886

@@ -100,8 +98,6 @@ jobs:
10098
tags: ${{ steps.meta.outputs.tags }}
10199
labels: ${{ steps.meta.outputs.labels }}
102100
push: ${{ ! startsWith(github.event_name, 'pull_request') }}
103-
secrets: |
104-
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}
105101

106102
build:
107103
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,3 @@ jobs:
195195
tags: ${{ steps.meta.outputs.tags }}
196196
labels: ${{ steps.meta.outputs.labels }}
197197
push: true
198-
secrets: |
199-
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SCOPE }}

0 commit comments

Comments
 (0)