mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Update GH_TOKEN to use secrets for enhanced security in sync-subtrees job
This commit is contained in:
parent
4460ae04d3
commit
7ac0cb0f25
2
.github/workflows/subtree.yml
vendored
2
.github/workflows/subtree.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
env:
|
||||
CI_SERVER_HOST: github.com
|
||||
GROUP: usgs-coupled
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_TOKEN: ${{ secrets.WORKFLOW_PAT }}
|
||||
steps:
|
||||
- name: Run sync-subtrees-action
|
||||
uses: usgs-coupled/sync-subtrees-action@main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user