Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
TOKEN_VEND_TRAVIS -> TOKEN_VEND_PIPELINE
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-ie committed Oct 9, 2023
1 parent e29361f commit c1c0b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Configure git for private modules
env:
GOPRIVATE_TOKEN: ${{secrets.TOKEN_VEND_TRAVIS}}
GOPRIVATE_TOKEN: ${{secrets.TOKEN_VEND_PIPELINE}}
run: |-
go env -w GOPRIVATE=github.com/vend/*
git config --global url."https://${GOPRIVATE_TOKEN}@github.com/vend".insteadOf "https://github.com/vend"
Expand Down

0 comments on commit c1c0b00

Please sign in to comment.