Skip to content

Commit

Permalink
test stab
Browse files Browse the repository at this point in the history
Signed-off-by: jmasar <[email protected]>
  • Loading branch information
jmasar committed Feb 26, 2024
1 parent de2cc70 commit d807c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Stable token
if: github.ref_type == 'branch' && endsWith(github.ref, '-stable')
if: github.ref_type == 'branch' && endsWith(github.base_ref, 'stable')
run: |
echo "HIVE_TOKEN=${{ secrets.HIVE_STABLE_LATEST_TOKEN }}" >> "$GITHUB_ENV"
Expand All @@ -45,4 +45,4 @@ jobs:
curl -sSL https://graphql-hive.com/install.sh | sh
hive schema:check ${{ env.SCHEMA_PATH }} \
--registry.accessToken ${HIVE_TOKEN} \
--github
--github

0 comments on commit d807c4a

Please sign in to comment.