Skip to content

Commit

Permalink
ci: add secret for docker username
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Aug 20, 2024
1 parent f537c10 commit 5694325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Set outputs
id: set_outputs
uses: actions/github-script@v7
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
with:
script: |
const repositoryName = context.payload.repository.name;
Expand Down

0 comments on commit 5694325

Please sign in to comment.