We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b0959 commit 0a57f91Copy full SHA for 0a57f91
.github/workflows/publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23
with:
24
fetch-depth: 0 # Fetch all history for all branches and tags
25
- persist-credentials: false # Fix credential persistence issue
+ persist-credentials: true # persist credentials to push changes to the repository
26
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
27
28
node-version: '21'
.github/workflows/tests.yaml
@@ -3,7 +3,7 @@ name: Run Tests
3
on:
4
push:
5
branches:
6
- - "**"
+ - main
7
pull_request:
8
9
jobs:
0 commit comments