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 acfaadb commit 0950793Copy full SHA for 0950793
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
runs-on: ubuntu-latest
64
environment: release
65
env:
66
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
67
steps:
68
- name: "Checkout Repository"
69
uses: actions/checkout@v5
@@ -75,7 +75,7 @@ jobs:
75
shell: bash
76
77
VERSION_BRANCH: ${{ needs.pre_config.outputs.branch_name }}
78
79
run: |
80
git fetch origin
81
if ! git show-ref --verify --quiet refs/heads/$VERSION_BRANCH; then
0 commit comments