Skip to content

Commit

Permalink
Another formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Apr 18, 2024
1 parent 41f6175 commit 4a55906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/add-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Mask secrets
run: echo SECRET_EMAIL=${{ inputs.email }} >> $GITHUB_ENV

- name: Create Gitbook Space and Team (look here for the link!)
id: add-space
env:
SECRET_EMAIL: ${{ inputs.email }}
GITBOOK_API_TOKEN: ${{ secrets.GITBOOK_API_TOKEN }}
run: |
node add-space.mjs "$TOOL_NAME" "$SECRET_EMAIL"
Expand Down

0 comments on commit 4a55906

Please sign in to comment.