We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acf7ff commit 52a4105Copy full SHA for 52a4105
.github/workflows/prepare-release.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Push branch to ci-cd-test
54
run: |
55
- TOKEN=${{ steps.auth.outputs.token }}
+ TOKEN=${{ steps.app-token.outputs.token }}
56
REPO=gridsuite/ci-cd-test
57
BRANCH=test-branch
58
0 commit comments