Skip to content

Commit

Permalink
Corrent environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorioux committed Dec 8, 2023
1 parent 509d94e commit fa0f6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:

build:
runs-on: ubuntu-latest
environment: BUILD_REMARKER_TOKEN
environment: BUILD
env:
GITHUB_TOKEN: ${secrets.BUILD_REMARKER_TOKEN}
GITHUB_TOKEN: ${{secrets.REMARKER_TOKEN}}
REMARKER_IMAGE_NAME: "docker.io/${{secrets.DOCKER_USERNAME}}/remarker"
steps:
- uses: actions/checkout@v3

# - name: Set up Go
# uses: actions/setup-go@v4
# with:
Expand Down

0 comments on commit fa0f6e7

Please sign in to comment.