Skip to content

Commit

Permalink
Merge pull request #20 from artbear/patch-2
Browse files Browse the repository at this point in the history
Используем встроенный GITHUB_TOKEN вместо доп.секрета PUSH_TOKEN, который теперь не нужен
  • Loading branch information
nixel2007 authored Jun 29, 2024
2 parents 307058f + 4c7597b commit 6663d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ jobs:
with:
package_mask: "annotations-*.ospx" # change me!
secrets:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
PUSH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 6663d07

Please sign in to comment.