Skip to content

Commit

Permalink
polishing test branch (staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
scguaquetam committed Dec 11, 2024
1 parent aedb914 commit 7e4685c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'README.md'
branches:
- main
- staging

jobs:
update-docs:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
git commit -m "Automated update from repository"
# Configure the remote URL with the token for authentication
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/rsksmart/devportal.git
git push -f origin update-from-foundry-starter
git push -f origin update-from-btc-transaction-solidity-helper
# Step 4: Create a Pull Request in the Devportal Repository
- name: Create Pull Request
Expand Down

0 comments on commit 7e4685c

Please sign in to comment.