Skip to content

Commit 610e006

Browse files
kd91076kd91076
authored andcommitted
Remove PAT from workflow
1 parent c89e853 commit 610e006

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/linux-runner-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- id: linux-run-id1
15-
uses: githubNinja/github-actions@v1.0.11
15+
uses: githubNinja/github-actions@v1.0.12
16+
env:
17+
GITHUB_ACCESS_TOKEN: ${{ secrets.OM_OPS_AUTOMATION_GITHUB_ACCESS_TOKEN }}
1618
with:
1719
module_to_bump: github-actions
1820
version_to_bump: 1.0.0-SNAPSHOT
21+
github_access_token: GITHUB_ACCESS_TOKEN

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#This runner works with the version v1.0.10 and
2+
# with version of v1.0.11 the runner is changed
3+
14
name: "Run worflow based on Action"
25
on:
36
push:

0 commit comments

Comments
 (0)