Skip to content

Commit

Permalink
removed docker secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Apr 29, 2024
1 parent cbd4c66 commit de770c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ on:
pull_request:

jobs:

build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Load Secrets from Vault
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD ;
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit de770c1

Please sign in to comment.