Skip to content

Commit

Permalink
hardfix
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 27, 2024
1 parent c85f320 commit b2836d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate_default_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
repo-user: karllu3
repo-email: [email protected]
cookiecutter-profile: cookiecutter_default_gh.yaml
secrets:
token: ${{ secrets.REPO_KEY_GITHUB }}
secrets: inherit

test-GitLab-default-instance:
uses: ./.github/workflows/generate_default_project_reusable.yaml
Expand All @@ -20,5 +19,4 @@ jobs:
repo-user: lukasz karlowski
repo-email: [email protected]
cookiecutter-profile: cookiecutter_default_gh.yaml
secrets:
token: ${{ secrets.REPO_KEY_GITLAB }}
secrets: inherit
3 changes: 0 additions & 3 deletions .github/workflows/generate_default_project_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ on:
token:
required: true

env:
URL: 'https://oauth2:${{ secrets.token }}@${{ inputs.repo-path }}'

jobs:
validate-instance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2836d8

Please sign in to comment.