Skip to content

Commit

Permalink
feat: Run Gitlab Sync action in 'test' environment
Browse files Browse the repository at this point in the history
Otherwise we don't have access to the gitlab credentials that are saved in the test environment of this repo.
  • Loading branch information
bellisk committed Aug 23, 2024
1 parent 12c2c78 commit 38b30f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gitlab-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/checkout@v1
- name: Mirror + trigger CI
Expand Down

0 comments on commit 38b30f9

Please sign in to comment.