Skip to content

Commit c8a4c24

Browse files
Merge pull request #24 from danielridgebot/test-secret-DR_PAT
update Daniel Ridge PAT and release version files
2 parents ab0344b + 86ff6be commit c8a4c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-gh-pages-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
--body "GitHub Pages is now using **v${{ env.PAGES_RELEASE_VERSION }}** of the GitHub Pages Ruby Gem. You are using **v${{ env.PAGES_CURRENT_VERSION }}**. Please refer to the [ghpages-docker Wiki](https://github.com/hackforla/ghpages-docker/wiki#how-do-you-update-ghpages-docker) for instructions on how to update."
4848
--label "feature: maintenance,feature: docker,role: Site Reliability Engineer,size: 0.5pt"'
4949
env:
50-
GH_TOKEN: ${{ secrets.Daniel_Ridge_PAT }}
50+
GH_TOKEN: ${{ secrets.DR_PAT }}

.github/workflows/check-ruby-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
--body "GitHub Pages is now using **v${{ env.RUBY_RELEASE_VERSION }}** of Ruby. You are using **v${{ env.RUBY_CURRENT_VERSION }}**. Please refer to the [ghpages-docker Wiki](https://github.com/hackforla/ghpages-docker/wiki#how-do-you-update-ghpages-docker) for instructions on how to update."
5050
--label "feature: maintenance,feature: docker,role: Site Reliability Engineer,size: 0.5pt"'
5151
env:
52-
GH_TOKEN: ${{ secrets.Daniel_Ridge_PAT }}
52+
GH_TOKEN: ${{ secrets.DR_PAT }}
5353

5454

0 commit comments

Comments
 (0)