mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 17:40:05 +00:00
chore(github): fixed token
This commit is contained in:
@@ -190,7 +190,7 @@ data _null_;
|
||||
put " - name: Make Release";
|
||||
put " uses: alice-biometrics/release-creator/@v1.0.5";
|
||||
put " with:";
|
||||
put " github_token: ${{ secrets.GH_TOKEN }}";
|
||||
put " github_token: ${{ secrets.GITHUB_TOKEN }}";
|
||||
put " branch: main";
|
||||
put " draft: false";
|
||||
put " version: &version";
|
||||
|
||||
Reference in New Issue
Block a user