Skip to content

Commit 09a7608

Browse files
committed
Remove deprecated environment variables from the GitHub Process documentation
Signed-off-by: Lee Calcote <[email protected]>
1 parent b6fc536 commit 09a7608

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/label-triggered.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}
3939
comment: "We are sending you an invitation to join the Layer5 GitHub Organization. :partying_face: <b>Welcome to the community! 🎉</b><br /><br />&nbsp;&nbsp;&nbsp;Be sure to :star: [star the projects](../stargazers), if you haven't already.<br />"
4040
env:
41-
INVITE_TOKEN: ${{ secrets.RELEASEDRAFTER_PAT }}
41+
INVITE_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
4242
- name: View context attributes
4343
uses: actions/github-script@master
4444
id: set-url

src/collections/handbook/github-process/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Layer5 has the following org-wide secrets available:
4141
<tr><td>DOCKER_USERNAME</td><td>"mesheryci"</td></tr>
4242
<tr><td>NETLIFY_AUTH_TOKEN</td><td>Netlify authentication token used for deployment.</td></tr>
4343
<tr><td>NETLIFY_SITE_ID</td><td>Unique ID of the Netlify site to deploy to.</td></tr>
44-
<tr><td>RELEASEDRAFTER_PAT</td><td>Belongs to user "l5io"</td></tr>
45-
<tr><td>RELEASE_NOTES_PAT</td><td>Belongs to user "l5io"</td></tr>
4644
<tr><td>SLACK_BOT_TOKEN</td><td>Authentication token for the Slack bot integration.</td></tr>
4745
<tr><td>GITHUB_TOKEN</td><td>For the community scope repo that can be use commit and release</td></tr>
4846
<tr><td>NODE_VERSION</td><td>"v18" as of Nov 15, 2022.</td></tr>
@@ -51,10 +49,6 @@ Layer5 has the following org-wide secrets available:
5149
<tr><td>NPM_TOKEN</td><td>l5io user's token for publishing packages</td></tr>
5250
<tr><td>INTEGRATION_SPREADSHEET_CRED</td><td>Base64 encoded cred for accessing integration spreadsheet on behalf of user <a href="mailto: [email protected]">[email protected]</a></td></tr>
5351
<tr><td>PLAYGROUND_CONFIG</td><td>Base64 encoded kubeconfig of Playground</td></tr>
54-
<tr><td>METAL_SSH_KEY</td><td>SMP Project-wide SSH private key</td></tr>
55-
<tr><td>METAL_AUTH_TOKEN</td><td>Metal cli auth token</td></tr>
56-
<tr><td>METAL_SERVER1</td><td>ID of 1st metal server running playground</td></tr>
57-
<tr><td>METAL_SERVER2</td><td>ID of 2nd metal server running playground</td></tr>
5852
</tbody>
5953
</table>
6054
</div>

0 commit comments

Comments
 (0)