Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 04ee5bf

Browse files
chore: Use GitHub Action Workflows from cloudposse/.github Repo (#66)
1 parent a2b16ec commit 04ee5bf

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

‎.github/workflows/release-branch.yml‎

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@ on:
44
push:
55
branches:
66
- main
7-
- release/**
7+
- release/v*
88
paths-ignore:
99
- '.github/**'
1010
- 'docs/**'
1111
- 'examples/**'
1212
- 'test/**'
13-
- 'README.*'
1413

15-
permissions:
16-
contents: write
17-
id-token: write
14+
permissions: {}
1815

1916
jobs:
2017
terraform-module:
2118
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main
22-
secrets:
23-
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
19+
secrets: inherit

‎.github/workflows/release-published.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
types:
66
- published
77

8-
permissions:
9-
contents: write
10-
id-token: write
8+
permissions: {}
119

1210
jobs:
1311
terraform-module:
1412
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main
13+
secrets: inherit

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /