Skip to content

Commit

Permalink
[cf admin skip] ***NO_CI*** Temp trigger auto PR
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jun 9, 2023
1 parent 7331f06 commit 032c2fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/bumpdevversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ jobs:
bump-dev-version:
name: Bump GMT development version
runs-on: ubuntu-latest
if: github.repository == 'GenericMappingTools/gmt-feedstock'
if: github.repository == 'weiji14/gmt-feedstock'

steps:
# Generate token from GenericMappingTools bot
- uses: tibdex/github-app-token@v1.3.0
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
# - uses: tibdex/github-app-token@v1.3.0
# id: generate-token
# with:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.APP_PRIVATE_KEY }}

# Checkout current git repository
- name: Checkout
uses: actions/checkout@v2.3.4
with:
token: ${{ steps.generate-token.outputs.token }}
# token: ${{ steps.generate-token.outputs.token }}
repository: conda-forge/gmt-feedstock
ref: devel

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
delete-branch: true
draft: true
push-to-fork: GenericMappingTools/gmt-feedstock
token: ${{ steps.generate-token.outputs.token }}
token: ${{ secrets.GMT_FEEDSTOCK_TOKEN }}
body: |
**This is an automated pull request!**
Expand Down

0 comments on commit 032c2fa

Please sign in to comment.