Skip to content

update gh token due to expiration (#425) #7

update gh token due to expiration (#425)

update gh token due to expiration (#425) #7

name: sync-changes
on:
push:
branches:
- main
paths:
- 'github-sync/github-data/sigstore-conformance/*.yaml'
- 'github-sync/Pulumi.github-sigstore-conformance.yaml'
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_OWNER: sigstore-conformance
jobs:
Update:
name: sync-changes-sigstore-conformance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: sigstore/github-sync@main
with:
work_dir: ./github-sync
config_directory: ./github-sync/github-data
stack_name: sigstore/github-sigstore-conformance
pulumi_access_token: ${{ secrets.PULUMI_ACCESS_TOKEN }}
pulumi_command: up
gh_token: ${{ secrets.GITHUB_TOKEN }}