Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michieldewilde committed Feb 26, 2025
1 parent 12fc098 commit 98c9b0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Test (to be deleted)
run: |
echo ${{ secrets.COMMON_SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_DEFAULT_TOKEN }} | base64
echo ${{ secrets.COMMON_SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_SPACELEVEL_TOKEN }} | base64
- name: Install Go
uses: actions/setup-go@v5
with: { go-version-file: go.mod }
Expand Down

0 comments on commit 98c9b0b

Please sign in to comment.