Skip to content

Commit

Permalink
technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Sep 2, 2024
1 parent 24f0a87 commit 1588fc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
tags:
- "*"

env:
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUBTOKEN }}
TRAVIS_BUILD_NUMBER: ${{ github.run_number }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
GITHUB_TOKEN: ${{ github.token }}

jobs:
build_public:
name: Build public
Expand Down

0 comments on commit 1588fc0

Please sign in to comment.