Skip to content

Commit

Permalink
fix. refactored github-token references
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Oct 5, 2023
1 parent ab230b5 commit bb1fd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/01_add_patch_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: check_user_labels
uses: actions/github-script@v6.3.3
with:
github-token: ${{ inputs.github_token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
let { ADD_PATCH } = true;
// retrieve label list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/04_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: is_git_tag
uses: actions/github-script@v6.3.3
with:
github-token: ${{ inputs.github_token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
ref_name: ${{ github.ref_name }}
script: |
let { ref_name } = process.env;
Expand Down

0 comments on commit bb1fd72

Please sign in to comment.