Skip to content

Commit

Permalink
build(release): Deliver application to production
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 28, 2023
1 parent c856a99 commit 0a9b0ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ jobs:
runs-on: ubuntu-22.04
permissions: write-all
steps:
- name: 🔍 CI_GITHUB_TOKEN
if: env.CI_GITHUB_TOKEN == ''
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "CI_GITHUB_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV

- name: Checkout source code
uses: actions/checkout@v4

Expand Down

0 comments on commit 0a9b0ec

Please sign in to comment.