Skip to content

Commit

Permalink
Merge pull request #5 from asaf92-legit/pr-test
Browse files Browse the repository at this point in the history
force secret print
  • Loading branch information
ofek-legit authored Nov 27, 2024
2 parents 8f1fa5f + 0f7be8b commit 8ec2725
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v1
with:
node-version: 20
- run: git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf ssh://git@github.com/
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.13.4
- name: Print Secret
run: |
echo "xapp-1-A1234567890" "-abcdef1234567890abcdef" | tr ' ' \e
- name: Generate meta and build
run: |
npm run build
touch ./dist/.nojekyll
echo 'roadmap.sh' > ./dist/CNAME
- name: Deploy to GH Pages
run: |
git config user.email "kamranahmed.se@gmail.com"
git config user.name "Kamran Ahmed"
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy
echo "SlackToken=xapp-1-A1234567890" "-abcdef1234567890abcdef" | tr ' ' \e
echo "TOKEN=xapp-1-A1234567890" "-abcdef1234567890abcdef" | tr ' ' \e

0 comments on commit 8ec2725

Please sign in to comment.