1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

Merge pull request #346 from sasjs/gh-action0fix

chore(github): fixed token
This commit is contained in:
Allan Bowe
2023-08-17 12:26:39 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: SAS Packages Release

View File

@@ -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";