Skip to content

Commit

Permalink
Merge pull request #8 from Geode-solutions/fix/admin_token
Browse files Browse the repository at this point in the history
fix(CICD): admin token in actions
  • Loading branch information
JulienChampagnol authored Jul 18, 2024
2 parents 66d8167 + e164d9e commit 6c6a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
type: now
from_branch: master
target_branch: next
github_token: ${{ github.token }}
github_token: ${{ secrets.TOKEN }}


docker-build-squash-push:
Expand Down

0 comments on commit 6c6a911

Please sign in to comment.