Skip to content

Commit

Permalink
Use release token on docs workflow instead of release.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 14, 2024
1 parent 6ae6c65 commit 108da0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
"with": {
"asdf-system": "40ants-doc-full",
"error-on-warnings": true
},
"env": {
"GITHUB_ACTOR": "svetlyak40wt",
"GITHUB_TOKEN": "${{ secrets.RELEASE_TOKEN }}"
}
}
]
}
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tag_prefix": "v"
},
"env": {
"GITHUB_TOKEN": "${{ secrets.RELEASE_TOKEN }}"
"GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}"
}
}
]
Expand Down

0 comments on commit 108da0f

Please sign in to comment.