File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 - ' *' # Push events to matching any tag format, i.e. 1.0, 20.15.10
77
88env :
9- PLUGIN_NAME : obsidian-fold-properties # Change this to the name of your plugin-id folder
9+ PLUGIN_NAME : sync-folds # Change this to the name of your plugin-id folder
1010
1111jobs :
1212 build :
3232 id : create_release
3333 uses : actions/create-release@v1
3434 env :
35- GITHUB_TOKEN : ${{ secrets.FOLD_PROPERTIES_SECRET }}
35+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 with :
3737 tag_name : ${{ github.ref }}
3838 release_name : ${{ github.ref }}
4242 id : upload-main
4343 uses : actions/upload-release-asset@v1
4444 env :
45- GITHUB_TOKEN : ${{ secrets.FOLD_PROPERTIES_SECRET }}
45+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 with :
4747 upload_url : ${{ steps.create_release.outputs.upload_url }}
4848 asset_path : ./main.js
5252 id : upload-manifest
5353 uses : actions/upload-release-asset@v1
5454 env :
55- GITHUB_TOKEN : ${{ secrets.FOLD_PROPERTIES_SECRET }}
55+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656 with :
5757 upload_url : ${{ steps.create_release.outputs.upload_url }}
5858 asset_path : ./manifest.json
6262 # id: upload-css
6363 # uses: actions/upload-release-asset@v1
6464 # env:
65- # GITHUB_TOKEN: ${{ secrets.FOLD_PROPERTIES_SECRET }}
65+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666 # with:
6767 # upload_url: ${{ steps.create_release.outputs.upload_url }}
6868 # asset_path: ./styles.css
You can’t perform that action at this time.
0 commit comments