Skip to content

Commit

Permalink
fix: Add token for enigma (#13)
Browse files Browse the repository at this point in the history
* fix: Add token for enigma

* fix: Fix enigma
  • Loading branch information
13archit authored Sep 13, 2024
1 parent ee27f04 commit 55e377c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
BUILD_ARCHITECTURE: ${{ env.BUILD_ARCHITECTURE_ARM64 }}
DOCKERFILE_PATH: .docker/Dockerfile
PUBLISH: ${{ env.PUBLISH }}
TOKEN: ${{ secrets.GITHUB }}
GITHUB_USERNAME: ${{github.actor}}

- name: Build and Publish Docker Image
uses: clouddrove/[email protected]
Expand All @@ -41,3 +43,5 @@ jobs:
BUILD_ARCHITECTURE: ${{ env.BUILD_ARCHITECTURE_AMD64 }}
DOCKERFILE_PATH: .docker/Dockerfile
PUBLISH: ${{ env.PUBLISH }}
TOKEN: ${{ secrets.GITHUB }}
GITHUB_USERNAME: ${{github.actor}}

0 comments on commit 55e377c

Please sign in to comment.