We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e44246 commit 21d8ee1Copy full SHA for 21d8ee1
1 file changed
.github/workflows/notify-gemspy-release.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Notify AntaresLegacyModels-to-GEMS-Converter repository
73
uses: actions/github-script@v9
74
with:
75
- github-token: ${{ secrets.GEMS_REPO_PAT }}
+ github-token: ${{ secrets.ANTARES_LEGACY_CONVERTER_PAT }}
76
script: |
77
const version = '${{ steps.version.outputs.version }}';
78
const title = `[GEMSPY UPDATE] New release: v${version}`;
0 commit comments