mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Replace OPENPROJECT_CI_TOKEN with OPENPROJECTCI_GH_SAAS_WORKFLOW_PAT on saas workflow
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
steps:
|
||||
- name: Trigger SaaS Tests
|
||||
env:
|
||||
TOKEN: ${{ secrets.OPENPROJECT_CI_TOKEN }}
|
||||
TOKEN: ${{ secrets.OPENPROJECTCI_GH_SAAS_WORKFLOW_PAT }}
|
||||
REPOSITORY: opf/saas-openproject
|
||||
WORKFLOW_ID: test-saas.yml
|
||||
EVENT_NAME: ${{ github.event_name }}
|
||||
|
||||
Reference in New Issue
Block a user