Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 26, 2024
1 parent 0abd60c commit 780c593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/template_update_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: ds-gh-default2
ref: main
repository: karllu3/ds-lk-default
token: ${{ secrets.REPO_KEY_GITLAB }}
fetch-depth: 0
persist_credentials: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_update_gl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:


- name: Remote checkout
run: git clone git@gitlab.com:lukasz.karlowski/ds-lk-default.git ds-gl-default2
run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git

- name: Set safe directory
run: |
Expand Down

0 comments on commit 780c593

Please sign in to comment.