Skip to content

Commit 907a2b7

Browse files
authored
Merge pull request #187 from oscript-library/develop
Change PUSH_TOKEN secret in release workflow
2 parents a5e5200 + 0b9c972 commit 907a2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
with:
1313
package_mask: "v8runner-*.ospx"
1414
secrets:
15-
PUSH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 commit comments

Comments
 (0)