8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Change increment-build-number's secret.

This commit is contained in:
Adriano dos Santos Fernandes 2023-04-01 16:38:19 -03:00
parent 7c387829f9
commit e68fb0e5f1

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
token: ${{ secrets.SNAPSHOT_RELEASE_TOKEN }} token: ${{ secrets.FIREBIRD_INC_BUILDNUM }}
fetch-depth: 0 fetch-depth: 0
- name: Configure git - name: Configure git
@ -23,6 +23,6 @@ jobs:
- name: Run setupBuildNum.sh - name: Run setupBuildNum.sh
env: env:
GITHUB_TOKEN: ${{ secrets.SNAPSHOT_RELEASE_TOKEN }} GITHUB_TOKEN: ${{ secrets.FIREBIRD_INC_BUILDNUM }}
run: | run: |
sh setupBuildNum.sh sh setupBuildNum.sh