Skip to content

Commit

Permalink
change ghcr.io credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 1, 2024
1 parent 6aa3b0e commit 6ee637b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci-git-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ on:
tags:
- "go*"

env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{secrets.CLIENT_SECRET}}
VAAS_URL: "wss://gateway.production.vaas.gdatasecurity.de"
TOKEN_URL: "https://account.gdata.de/realms/vaas-production/protocol/openid-connect/token"
VAAS_CLIENT_ID: ${{ secrets.VAAS_CLIENT_ID }}
VAAS_USER_NAME: ${{ secrets.VAAS_USER_NAME }}
VAAS_PASSWORD: ${{secrets.VAAS_PASSWORD}}

jobs:
build-git-scan:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,8 +33,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io/gdatasoftwareag
username: ${{ secrets.VAAS_GHCR_USER }}
password: ${{ secrets.VAAS_GHCR_TOKEN }}
username: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_USERNAME }}
password: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6ee637b

Please sign in to comment.