Skip to content

Commit

Permalink
chore: add secrets from envars
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTurnock committed Aug 16, 2024
1 parent 48d20e2 commit aa647b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}

0 comments on commit aa647b4

Please sign in to comment.