Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run actions once (just for testing) #248

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
use secret env instead github env
  • Loading branch information
knoxfighter committed Jan 29, 2021
commit 5b09f93b8158e948f9d26f92d34f9720c7c7347a
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
- name: Cancel this build
uses: andymckay/cancel-action@0.2
with:
token: ${{ github.token }}
token: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART == 'OpenFactorioServerManager'
test-npm:
needs: [ check-double-run ]