Skip to content

Commit

Permalink
fix GH actions context (#4)
Browse files Browse the repository at this point in the history
* replace env with vars

* increment version

* remove on push from test triggers
  • Loading branch information
dpgraham4401 authored Mar 10, 2024
1 parent 055e2ff commit 30ab016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ env.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ env.CLOUDFLARE_PROJECT_NAME }}
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
directory: ./build
# Required to have GitHub Deployments triggered
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches:
- main
push:
branches-ignore:
- main
workflow_call:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vimpirate",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 30ab016

Please sign in to comment.