Skip to content

Commit 21d8ee1

Browse files
add token for antares legacy converter
1 parent 3e44246 commit 21d8ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify-gemspy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Notify AntaresLegacyModels-to-GEMS-Converter repository
7373
uses: actions/github-script@v9
7474
with:
75-
github-token: ${{ secrets.GEMS_REPO_PAT }}
75+
github-token: ${{ secrets.ANTARES_LEGACY_CONVERTER_PAT }}
7676
script: |
7777
const version = '${{ steps.version.outputs.version }}';
7878
const title = `[GEMSPY UPDATE] New release: v${version}`;

0 commit comments

Comments
 (0)