Skip to content

Commit

Permalink
missing api token
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 11, 2023
1 parent f811ff6 commit 4ef77ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup CommandBox
uses: Ortus-Solutions/[email protected]
with:
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
forgeboxAPIKey: ${{ secrets.FORGEBOX_API_TOKEN }}

- name: Setup Environment Variables For Build Process
id: current_version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Your module template comes with several useful package scripts:

The github actions will clone, test, package, deploy your module to ForgeBox and the Ortus S3 accounts for API Docs and Artifacts. So please make sure the following environment variables are set in your repository. ** Please note that most of them are already defined at the org level **

- `FORGEBOX_TOKEN` - The Ortus ForgeBox API Token
- `FORGEBOX_API_TOKEN` - The Ortus ForgeBox API Token
- `AWS_ACCESS_KEY` - The travis user S3 account
- `AWS_ACCESS_SECRET` - The travis secret S3

Expand Down

0 comments on commit 4ef77ec

Please sign in to comment.