Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DFW1N committed May 31, 2024
1 parent c9f2aca commit f5abf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
Expand Down Expand Up @@ -166,4 +166,4 @@ jobs:
cd docker
ls -al
docker build -t buungroup/vault-raft:$modified_tag . -f Dockerfile
docker push buungroup/vault-raft:$modified_tag
docker push buungroup/vault-raft:$modified_tag

0 comments on commit f5abf0a

Please sign in to comment.